BuildSystem: Increase image size 50MiB -> 500 MiB

This commit is contained in:
Bananymous 2023-12-26 15:01:12 +02:00
parent d87fa1a7ea
commit 3939da4fb0
1 changed files with 1 additions and 1 deletions

View File

@ -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"