ubuntu-cpc: enable cpc fixes for riscv

LXD is going to support launching riscv64 virtual machines,
and for riscv64 virtual machines to be usable the console
needs to be properly set. This and other fixes are currently
done in the hook 999-cpc-fixes.chroot, which was disabled for
riscv64 and which this commit enables.

Signed-off-by: Adriano Cordova <adriano.cordova@canonical.com>
This commit is contained in:
Adriano Cordova 2025-06-30 09:29:44 -04:00
parent 692f72bcee
commit 4f0c09311d
No known key found for this signature in database
GPG Key ID: B840EE7C699CD6CF

View File

@ -100,7 +100,7 @@ fi
case $arch in
# ppc, riscv64 and s390x images are special
powerpc|ppc64el|s390x|riscv64)
powerpc|ppc64el|s390x)
exit 0
;;
esac