nand-sata-install increase DEFAULT_BOOTSIZE to 200 as 96 is not enough to upgrade (#2425)
This commit is contained in:
parent
07fbc2285f
commit
4947f95b46
@ -462,7 +462,7 @@ format_emmc()
|
||||
fi
|
||||
|
||||
# default boot partition size, in MiB
|
||||
DEFAULT_BOOTSIZE=96
|
||||
DEFAULT_BOOTSIZE=200
|
||||
|
||||
# (convert to sectors for partitioning)
|
||||
DEFAULT_BOOTSIZE_SECTORS=$(((${DEFAULT_BOOTSIZE} * 1024 * 1024) / 512))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user