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

sil2100/raspi-server
Łukasz 'sil2100' Zemczak 4 years ago
parent 2620aacd6a
commit 4e8e1fed07

@ -360,10 +360,8 @@ case $IMAGEFORMAT in
case $MODEL in case $MODEL in
pc-amd64|pc-i386) pc-amd64|pc-i386)
if [ -z "${SUBARCH:-}" ]; then if [ -z "${SUBARCH:-}" ]; then
case $SUITE in
# This is to make sure there's enough writable space # This is to make sure there's enough writable space
UBUNTU_IMAGE_ARGS="$UBUNTU_IMAGE_ARGS --image-size 3700M" UBUNTU_IMAGE_ARGS="$UBUNTU_IMAGE_ARGS --image-size 3700M"
esac
fi fi
;; ;;
*) ;; *) ;;

Loading…
Cancel
Save