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 772c4a0c..295cc2ad 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 @@ -99,7 +99,7 @@ fi case $arch in - # ARM, ppc, riscv64 and s390x images are special + # ppc, riscv64 and s390x images are special powerpc|ppc64el|s390x|riscv64) exit 0 ;;