diff --git a/debian/changelog b/debian/changelog index 4d1865fd..4d4cbb5b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 diff --git a/live-build/auto/config b/live-build/auto/config index 761dd429..f7f8b007 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -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 ;;