Imported 2.779

No reason for CPC update specified.
This commit is contained in:
CloudBuilder 2022-09-16 11:38:30 +00:00
parent 545832172d
commit 056159a3eb
2 changed files with 12 additions and 0 deletions

8
debian/changelog vendored
View File

@ -1,3 +1,11 @@
livecd-rootfs (2.779) kinetic; urgency=medium
* ubuntu-cpc/hooks.d/base/disk-image-uefi.binary: Bump UEFI disk image
size for amd64 to 3.5 GB.
Current builds are failing because the disk size is not big enough.
-- Ivan Kapelyukhin <ivan.kapelyukhin@canonical.com> Wed, 14 Sep 2022 18:55:20 +0200
livecd-rootfs (2.778) kinetic; urgency=medium
[ Rudra Saraswat ]

View File

@ -21,6 +21,10 @@ case ${PROJECT:-} in
;;
esac
if [ "$ARCH" = "amd64" ]; then
IMAGE_SIZE=3758096384 # bump to 3.5G (3584*1024**2); Since Kinetic amd64 need more then the default 2.2G
fi
if [ "$ARCH" = "armhf" ]; then
IMAGE_SIZE=3758096384 # bump to 3.5G (3584*1024**2); Since Jammy armhf need more then the default 2.2G
fi