mirror of
https://github.com/rancher/os.git
synced 2025-08-08 10:08:04 +00:00
Increasing raspberry image to 2G
This commit is contained in:
parent
a2e3c9aa50
commit
19e2c91f1b
@ -11,7 +11,7 @@ cp assets/*.deb build/
|
|||||||
#---build SD card image---
|
#---build SD card image---
|
||||||
|
|
||||||
# size of root and boot partion (in MByte)
|
# size of root and boot partion (in MByte)
|
||||||
IMAGE_TOTAL_SIZE=500
|
IMAGE_TOTAL_SIZE=2048
|
||||||
BOOT_PARTITION_START=2048
|
BOOT_PARTITION_START=2048
|
||||||
BOOT_PARTITION_SIZE=25
|
BOOT_PARTITION_SIZE=25
|
||||||
#---don't change here---
|
#---don't change here---
|
||||||
|
@ -11,7 +11,7 @@ cp assets/*.tar.gz build/
|
|||||||
#---build SD card image---
|
#---build SD card image---
|
||||||
|
|
||||||
# size of root and boot partion (in MByte)
|
# size of root and boot partion (in MByte)
|
||||||
IMAGE_TOTAL_SIZE=500
|
IMAGE_TOTAL_SIZE=2048
|
||||||
BOOT_PARTITION_START=2048
|
BOOT_PARTITION_START=2048
|
||||||
BOOT_PARTITION_SIZE=25
|
BOOT_PARTITION_SIZE=25
|
||||||
#---don't change here---
|
#---don't change here---
|
||||||
|
Loading…
Reference in New Issue
Block a user