mirror of
https://github.com/armbian/build.git
synced 2026-01-06 09:58:46 -08:00
Enhance default boot partition size for installer
This will prevent running into "No space left on device" pretty soon.
This commit is contained in:
@@ -572,7 +572,7 @@ format_emmc()
|
||||
fi
|
||||
|
||||
# default boot partition size, in MiB
|
||||
DEFAULT_BOOTSIZE=256
|
||||
DEFAULT_BOOTSIZE=512
|
||||
|
||||
# (convert to sectors for partitioning)
|
||||
DEFAULT_BOOTSIZE_SECTORS=$(((${DEFAULT_BOOTSIZE} * 1024 * 1024) / 512))
|
||||
|
||||
Reference in New Issue
Block a user