From 4f0c09311d94b26c2da14d9aaf16d3e50dbfe15b Mon Sep 17 00:00:00 2001 From: Adriano Cordova Date: Mon, 30 Jun 2025 09:29:44 -0400 Subject: [PATCH] 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 --- live-build/ubuntu-cpc/hooks.d/chroot/999-cpc-fixes.chroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/live-build/ubuntu-cpc/hooks.d/chroot/999-cpc-fixes.chroot b/live-build/ubuntu-cpc/hooks.d/chroot/999-cpc-fixes.chroot index 295cc2ad..bcb58c82 100755 --- a/live-build/ubuntu-cpc/hooks.d/chroot/999-cpc-fixes.chroot +++ b/live-build/ubuntu-cpc/hooks.d/chroot/999-cpc-fixes.chroot @@ -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