From 3a51f186dd73c774ea63051b7e2aff0ef2cbe480 Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 19 Apr 2023 07:07:49 +0200 Subject: [PATCH] Always allocate --- run/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/install.sh b/run/install.sh index 658d9d1..7cb6354 100644 --- a/run/install.sh +++ b/run/install.sh @@ -103,7 +103,7 @@ BOOT=$(find $TMP -name "*.bin.zip") BOOT=$(echo "$BOOT" | head -c -5) unzip -q -o "$BOOT".zip -d $TMP -echo "Install: Allocating diskspace..." + [ "$ALLOCATE" != "Z" ] && echo "Install: Allocating diskspace..." SYSTEM="$TMP/sys.img" SYSTEM_SIZE=4954537983