mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-08-10 16:24:07 +00:00
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:
parent
692f72bcee
commit
4f0c09311d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user