From 9fd491886e24672fc4f8e1754ffac9bfb96da36a Mon Sep 17 00:00:00 2001 From: Simon Poirier Date: Mon, 20 Mar 2023 19:18:26 -0400 Subject: [PATCH] fix: Bump armhf to 3.5G in disk-image-uefi (LP: #2011739) This increase should cover the growth of packages, notably linux-firmware. --- live-build/ubuntu-cpc/hooks.d/base/disk-image-uefi.binary | 2 ++ 1 file changed, 2 insertions(+) diff --git a/live-build/ubuntu-cpc/hooks.d/base/disk-image-uefi.binary b/live-build/ubuntu-cpc/hooks.d/base/disk-image-uefi.binary index a619299b..130d9b7a 100755 --- a/live-build/ubuntu-cpc/hooks.d/base/disk-image-uefi.binary +++ b/live-build/ubuntu-cpc/hooks.d/base/disk-image-uefi.binary @@ -23,6 +23,8 @@ esac 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