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:
commit
e466ea667a
@ -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---
|
||||
|
@ -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---
|
||||
|
Loading…
Reference in New Issue
Block a user