mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Cloud QCOW2 images are as small as they can be, but filesystem could / should be larger for start
This adds fixed +16Gb of resize, which doesn't make image any bigger, but when importing this as is, it might be better to not start without any free space. Now its 16Gb - cca. 600Mb.
This commit is contained in:
@@ -26,6 +26,7 @@ case "${BRANCH}" in
|
||||
declare -g INSTALL_ARMBIAN_FIRMWARE="no"
|
||||
declare -g EXTRAWIFI="no"
|
||||
declare -g UEFI_GRUB_TIMEOUT=0
|
||||
declare -g QCOW2_RESIZE_AMOUNT="16G"
|
||||
;;
|
||||
|
||||
legacy)
|
||||
|
||||
Reference in New Issue
Block a user