1
0
mirror of https://github.com/rancher/os.git synced 2025-09-16 23:21:19 +00:00

Increase Raspberry boot partition size (#83)

This commit is contained in:
Olli Janatuinen
2021-04-12 21:28:52 +03:00
committed by GitHub
parent fe5bdc0f4c
commit 1d57b438b9

View File

@@ -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))"