From a1ed48ad6a6f36e8bc35ff1cceff456845b737a8 Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 19 Apr 2023 04:51:00 +0200 Subject: [PATCH] Install --- run/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/install.sh b/run/install.sh index f46faee..0d9f806 100644 --- a/run/install.sh +++ b/run/install.sh @@ -127,7 +127,7 @@ if [ "$ALLOCATE" != "Z" ]; then else GB=$(( (SYSTEM_SIZE + 1073741823)/1073741824 )) - echo "INFO: Writing ${GB} GB of zeroes, please wait.." + echo "Install: Writing ${GB} GB of zeroes, please wait.." dd if=/dev/zero of="${SYSTEM}" count="${SYSTEM_SIZE}" bs=1M iflag=count_bytes