diff -Nru livecd-rootfs-2.664.46/debian/changelog livecd-rootfs-2.664.47/debian/changelog --- livecd-rootfs-2.664.46/debian/changelog 2023-03-16 13:03:18.000000000 +0000 +++ livecd-rootfs-2.664.47/debian/changelog 2023-03-20 23:19:05.000000000 +0000 @@ -1,3 +1,9 @@ +livecd-rootfs (2.664.47) focal; urgency=medium + + * disk-image-uefi: bump armhf size. (LP: #2011739) + + -- Simon Poirier Mon, 20 Mar 2023 19:19:05 -0400 + livecd-rootfs (2.664.46) focal; urgency=medium * Terrible hack workaround for clearing out the non-offline apt cache for diff -Nru livecd-rootfs-2.664.46/live-build/ubuntu/hooks/033-disk-image-uefi.binary livecd-rootfs-2.664.47/live-build/ubuntu/hooks/033-disk-image-uefi.binary --- livecd-rootfs-2.664.46/live-build/ubuntu/hooks/033-disk-image-uefi.binary 2023-03-14 13:05:31.000000000 +0000 +++ livecd-rootfs-2.664.47/live-build/ubuntu/hooks/033-disk-image-uefi.binary 2023-03-20 23:19:05.000000000 +0000 @@ -23,6 +23,8 @@ if [ "$ARCH" = "riscv64" ] && [ -n "${SUBARCH:-}" ]; then IMAGE_SIZE=3758096384 # bump to 3.5G (3584*1024**2), due to linux-generic instead of virtual +elif [ "$ARCH" = "armhf" ]; then + IMAGE_SIZE=3758096384 # bump to 3.5G (3584*1024**2), due to linux-generic instead of virtual fi . config/binary diff -Nru livecd-rootfs-2.664.46/live-build/ubuntu-cpc/hooks.d/base/disk-image-uefi.binary livecd-rootfs-2.664.47/live-build/ubuntu-cpc/hooks.d/base/disk-image-uefi.binary --- livecd-rootfs-2.664.46/live-build/ubuntu-cpc/hooks.d/base/disk-image-uefi.binary 2023-03-14 13:05:31.000000000 +0000 +++ livecd-rootfs-2.664.47/live-build/ubuntu-cpc/hooks.d/base/disk-image-uefi.binary 2023-03-20 23:19:05.000000000 +0000 @@ -23,6 +23,8 @@ if [ "$ARCH" = "riscv64" ] && [ -n "${SUBARCH:-}" ]; then IMAGE_SIZE=3758096384 # bump to 3.5G (3584*1024**2), due to linux-generic instead of virtual +elif [ "$ARCH" = "armhf" ]; then + IMAGE_SIZE=3758096384 # bump to 3.5G (3584*1024**2), due to linux-generic instead of virtual fi . config/binary