mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-23 11:21:12 +00:00
Do not hard-code the UC20 amd64 image size anymore
This commit is contained in:
parent
430a6f2ae8
commit
433c2363d8
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
livecd-rootfs (2.664.9) UNRELEASED; urgency=medium
|
||||
|
||||
* Do not hard-code the UC20 amd64 image size as now ubuntu-image should be
|
||||
able to properly calculate the needed size itself.
|
||||
|
||||
-- Łukasz 'sil2100' Zemczak <lukasz.zemczak@ubuntu.com> Tue, 03 Nov 2020 11:28:22 +0100
|
||||
|
||||
livecd-rootfs (2.664.8) focal; urgency=medium
|
||||
|
||||
Backport snap-preseed work from groovy to focal LP: #1896755
|
||||
|
@ -364,9 +364,6 @@ case $IMAGEFORMAT in
|
||||
xenial|bionic)
|
||||
UBUNTU_IMAGE_ARGS="$UBUNTU_IMAGE_ARGS --image-size 3700M"
|
||||
;;
|
||||
*)
|
||||
UBUNTU_IMAGE_ARGS="$UBUNTU_IMAGE_ARGS --image-size 8G"
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user