1
0
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:
Olli Janatuinen 2021-04-12 21:28:52 +03:00 committed by GitHub
parent fe5bdc0f4c
commit 1d57b438b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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