mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-22 19:01:30 +00:00
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:
parent
2b638d3321
commit
7f5b9374b2
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -12,6 +12,9 @@ livecd-rootfs (25.04.18) UNRELEASED; urgency=medium
|
|||||||
* Update Standards-Version to 4.7.0, no changes needed.
|
* Update Standards-Version to 4.7.0, no changes needed.
|
||||||
* Add support for multiple pools (/var/lib/{livefs,preinstalled}-pool/).
|
* 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
|
-- Michael Hudson-Doyle <michael.hudson@ubuntu.com> Mon, 17 Feb 2025 11:12:00 +1300
|
||||||
|
|
||||||
livecd-rootfs (25.04.17) plucky; urgency=medium
|
livecd-rootfs (25.04.17) plucky; urgency=medium
|
||||||
|
@ -9,6 +9,9 @@ esac
|
|||||||
|
|
||||||
IMAGE_STR="# CLOUD_IMG: This file was created/modified by the Cloud Image build process"
|
IMAGE_STR="# CLOUD_IMG: This file was created/modified by the Cloud Image build process"
|
||||||
FS_LABEL="cloudimg-rootfs"
|
FS_LABEL="cloudimg-rootfs"
|
||||||
|
# 2.4G GiB
|
||||||
|
# Since Plucky, ppc64el need more than the default 2.2GiB
|
||||||
|
IMAGE_SIZE=2576980378
|
||||||
|
|
||||||
. config/binary
|
. config/binary
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user