1
0
mirror of https://github.com/rancher/os.git synced 2025-09-25 12:47:20 +00:00

Merge pull request #1943 from mitchese/rpi-fix-1942

Increasing raspberry image to 2G
(cherry picked from commit fb96c470a9)
This commit is contained in:
Sven Dowideit
2017-06-26 10:59:16 +10:00
parent 28c3181518
commit 260379d2b7
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---