From 4e8e1fed0787161163b712e536a450a67268c473 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20=27sil2100=27=20Zemczak?= Date: Thu, 3 Dec 2020 18:21:57 +0100 Subject: [PATCH] Ok, last commit didn't remove enough lines, sorry for that. --- live-build/auto/config | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/live-build/auto/config b/live-build/auto/config index 6c640a17..c64d83ad 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -360,10 +360,8 @@ case $IMAGEFORMAT in case $MODEL in pc-amd64|pc-i386) if [ -z "${SUBARCH:-}" ]; then - case $SUITE in - # This is to make sure there's enough writable space - UBUNTU_IMAGE_ARGS="$UBUNTU_IMAGE_ARGS --image-size 3700M" - esac + # This is to make sure there's enough writable space + UBUNTU_IMAGE_ARGS="$UBUNTU_IMAGE_ARGS --image-size 3700M" fi ;; *) ;;