image: increase img to 512MB for 6.0.1

This commit is contained in:
chewitt 2016-01-11 09:26:09 +04:00
parent d8980ed969
commit 3a5c94bb9b

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