mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-23 03:11:12 +00:00
fix: Bump armhf to 3.5G in disk-image-uefi (LP: #2011739)
This increase should cover the growth of packages, notably linux-firmware.
This commit is contained in:
parent
f86653ccd9
commit
9fd491886e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user