Enhance default boot partition size for installer
This will prevent running into "No space left on device" pretty soon.
This commit is contained in:
parent
39ee6545d9
commit
95dc76ae87
@ -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))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user