1
0
mirror of https://github.com/rancher/os.git synced 2025-08-01 06:59:05 +00:00

Increasing raspberry image to 2G

This commit is contained in:
Sean 2017-06-23 23:39:16 +02:00
parent a2e3c9aa50
commit 19e2c91f1b
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ cp assets/*.deb build/
#---build SD card image---
# size of root and boot partion (in MByte)
IMAGE_TOTAL_SIZE=500
IMAGE_TOTAL_SIZE=2048
BOOT_PARTITION_START=2048
BOOT_PARTITION_SIZE=25
#---don't change here---

View File

@ -11,7 +11,7 @@ cp assets/*.tar.gz build/
#---build SD card image---
# size of root and boot partion (in MByte)
IMAGE_TOTAL_SIZE=500
IMAGE_TOTAL_SIZE=2048
BOOT_PARTITION_START=2048
BOOT_PARTITION_SIZE=25
#---don't change here---