fix: increase ppc64el disk size to 2.4Gib

ppc64el was and still is a bit low compared to other ubuntu-cpc archs
and started running out of space.
This commit is contained in:
Simon Poirier 2025-02-13 17:54:05 -05:00
parent 2b638d3321
commit 7f5b9374b2
2 changed files with 6 additions and 0 deletions

3
debian/changelog vendored
View File

@ -12,6 +12,9 @@ livecd-rootfs (25.04.18) UNRELEASED; urgency=medium
* Update Standards-Version to 4.7.0, no changes needed.
* Add support for multiple pools (/var/lib/{livefs,preinstalled}-pool/).
[ Simon Poirier ]
* increase ubuntu-cpc ppc64el disk size to 2.4G
-- Michael Hudson-Doyle <michael.hudson@ubuntu.com> Mon, 17 Feb 2025 11:12:00 +1300
livecd-rootfs (25.04.17) plucky; urgency=medium

View File

@ -9,6 +9,9 @@ esac
IMAGE_STR="# CLOUD_IMG: This file was created/modified by the Cloud Image build process"
FS_LABEL="cloudimg-rootfs"
# 2.4G GiB
# Since Plucky, ppc64el need more than the default 2.2GiB
IMAGE_SIZE=2576980378
. config/binary