Merge pull request #4510 from MilhouseVH/sys512mb

[RFC] Stop being stingy with System partition size
This commit is contained in:
Stephan Raue 2015-12-20 23:56:38 +01:00
commit c07aeab806

View File

@ -27,7 +27,7 @@
OE_TMP=$(mktemp -d)
LOOP=$(losetup -f)
SYSTEM_SIZE=256
SYSTEM_SIZE=512
STORAGE_SIZE=32 # STORAGE_SIZE must be >= 32 !
DISK_SIZE=$(( $SYSTEM_SIZE + $STORAGE_SIZE + 4 ))