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

Merge pull request #1948 from SvenDowideit/backport-1943-rpi-disk-size

Merge pull request #1943 from mitchese/rpi-fix-1942
This commit is contained in:
Sven Dowideit 2017-06-26 11:03:25 +10:00 committed by GitHub
commit e466ea667a
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---