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