fix: Bump armhf to 3.5G in disk-image-uefi (LP: #2011739)

This increase should cover the growth of packages, notably linux-firmware.
ubuntu/focal
Simon Poirier 2 years ago
parent f86653ccd9
commit 9fd491886e

@ -23,6 +23,8 @@ esac
if [ "$ARCH" = "riscv64" ] && [ -n "${SUBARCH:-}" ]; then if [ "$ARCH" = "riscv64" ] && [ -n "${SUBARCH:-}" ]; then
IMAGE_SIZE=3758096384 # bump to 3.5G (3584*1024**2), due to linux-generic instead of virtual 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 fi
. config/binary . config/binary

Loading…
Cancel
Save