From dda73b5591c2b55a9882bcabae9f71e217b933b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20=27sil2100=27=20Zemczak?= Date: Fri, 27 Nov 2020 17:57:18 +0100 Subject: [PATCH] Do not hard-code the UC20 amd64 image size anymore. --- debian/changelog | 7 +++++++ live-build/auto/config | 3 --- 2 files changed, 7 insertions(+), 3 deletions(-) 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 ;;