Skip to content

Commit 38d7e0d

Browse files
committed
Increase the disk size to 20GB
othwerwise disk will be full after astroarchization
1 parent 40816c5 commit 38d7e0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/build_img.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -euo pipefail
33

44
# --- settings ---
55
IMG=${IMG:-archarm-rpi-aarch64.img}
6-
SIZE=${SIZE:-4G} # total image size
6+
SIZE=${SIZE:-20G} # total image size
77
BOOT_MB=${BOOT_MB:-768} # FAT32 /boot size in MiB
88
ROOT_LABEL=${ROOT_LABEL:-ALARM_ROOT}
99
BOOT_LABEL=${BOOT_LABEL:-ALARM_BOOT}

0 commit comments

Comments
 (0)