Stop being stingy with System partition size

This commit is contained in:
MilhouseVH 2015-12-20 18:11:07 +00:00
parent 3f63977746
commit 7cf785b58a

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 ))