From 3939da4fb0acb9b6ad64fc049d263571c6ccbf57 Mon Sep 17 00:00:00 2001 From: Bananymous Date: Tue, 26 Dec 2023 15:01:12 +0200 Subject: [PATCH] BuildSystem: Increase image size 50MiB -> 500 MiB --- script/image-create.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/image-create.sh b/script/image-create.sh index 643fedb4..e1f945f9 100755 --- a/script/image-create.sh +++ b/script/image-create.sh @@ -35,7 +35,7 @@ if [[ -z $BANAN_BUILD_DIR ]]; then exit 1 fi -DISK_SIZE=$[50 * 1024 * 1024] +DISK_SIZE=$[500 * 1024 * 1024] MOUNT_DIR="${MOUNT_DIR:-$BANAN_BUILD_DIR/bananmnt}" truncate -s 0 "$BANAN_DISK_IMAGE_PATH"