Increase root partition size to 200MB

This commit is contained in:
Calin Crisan 2018-11-21 19:44:34 +02:00
parent 7783681586
commit 8e1d98b6b8

View File

@ -21,7 +21,7 @@ BOOT_SIZE="20" # MB
ROOT_SRC=$IMG_DIR/rootfs.tar
ROOT=$IMG_DIR/.root
ROOT_IMG=$IMG_DIR/root.img
ROOT_SIZE="180" # MB
ROOT_SIZE="200" # MB
DISK_SIZE=$((BOOT_SIZE + ROOT_SIZE + 10))