mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-04-27 11:01:18 +00:00
Still hardcode UC20 amd64 image size, but to the same value as for UC16 and UC18.
This commit is contained in:
parent
a4838e3245
commit
2029f49fe6
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,7 +1,11 @@
|
|||||||
livecd-rootfs (2.664.10) UNRELEASED; urgency=medium
|
livecd-rootfs (2.664.10) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
* Do not hard-code the UC20 amd64 image size as now ubuntu-image should be
|
* Do not hard-code the UC20 amd64 image size to 8GB as now ubuntu-image
|
||||||
able to properly calculate the needed size itself.
|
should be able to properly calculate the needed size itself.
|
||||||
|
* But per discussion, we might want to keep the UC20 images a bit bigger than
|
||||||
|
what's defined via the gadget/rootfs contents, to make sure writable is
|
||||||
|
comfortably big enough. Use the same hard-coded value as for UC16 and UC18.
|
||||||
|
(LP: #1905990)
|
||||||
|
|
||||||
-- Łukasz 'sil2100' Zemczak <lukasz.zemczak@ubuntu.com> Fri, 27 Nov 2020 17:58:38 +0100
|
-- Łukasz 'sil2100' Zemczak <lukasz.zemczak@ubuntu.com> Fri, 27 Nov 2020 17:58:38 +0100
|
||||||
|
|
||||||
|
@ -361,9 +361,8 @@ case $IMAGEFORMAT in
|
|||||||
pc-amd64|pc-i386)
|
pc-amd64|pc-i386)
|
||||||
if [ -z "${SUBARCH:-}" ]; then
|
if [ -z "${SUBARCH:-}" ]; then
|
||||||
case $SUITE in
|
case $SUITE in
|
||||||
xenial|bionic)
|
# This is to make sure there's enough writable space
|
||||||
UBUNTU_IMAGE_ARGS="$UBUNTU_IMAGE_ARGS --image-size 3700M"
|
UBUNTU_IMAGE_ARGS="$UBUNTU_IMAGE_ARGS --image-size 3700M"
|
||||||
;;
|
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user