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 ;; *) ;;