mirror of
https://github.com/rancher/os.git
synced 2025-08-02 07:24:28 +00:00
Increase Raspberry boot partition size (#83)
This commit is contained in:
parent
fe5bdc0f4c
commit
1d57b438b9
@ -13,7 +13,7 @@ cp assets/*.tar.gz build/
|
||||
# size of root and boot partion (in MByte)
|
||||
IMAGE_TOTAL_SIZE=2048
|
||||
BOOT_PARTITION_START=2048
|
||||
BOOT_PARTITION_SIZE=30
|
||||
BOOT_PARTITION_SIZE=50
|
||||
#---don't change here---
|
||||
BOOT_PARTITION_OFFSET="$((BOOT_PARTITION_START*512))"
|
||||
BOOT_PARTITION_BYTES="$((BOOT_PARTITION_SIZE*1024*1024))"
|
||||
|
Loading…
Reference in New Issue
Block a user