diff --git a/debian/changelog b/debian/changelog index a9e1e2e5..aa91896d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +livecd-rootfs (2.703) 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 (LP: #1905990). + + -- Ɓukasz 'sil2100' Zemczak Fri, 27 Nov 2020 17:39:29 +0100 + livecd-rootfs (2.702) hirsute; urgency=medium [ Sebastien Bacher ] diff --git a/live-build/auto/config b/live-build/auto/config index 5694708e..b1ad6ad4 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -365,9 +365,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 ;;