Ok, last commit didn't remove enough lines, sorry for that.

This commit is contained in:
Łukasz 'sil2100' Zemczak 2020-12-03 18:21:57 +01:00
parent 2620aacd6a
commit 4e8e1fed07

View File

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