increased partition sizes a bit

This commit is contained in:
Calin Crisan 2015-10-04 16:04:34 +03:00
parent 4db3b5df09
commit 0ad223f2a0

View File

@ -26,14 +26,14 @@ trap cleanup EXIT
BOOT_SRC=$IMG_DIR/boot
BOOT=$IMG_DIR/.boot
BOOT_IMG=$IMG_DIR/boot.img
BOOT_SIZE="16" # MB
BOOT_SIZE="20" # MB
ROOT_SRC=$IMG_DIR/rootfs.tar
ROOT=$IMG_DIR/.root
ROOT_IMG=$IMG_DIR/root.img
ROOT_SIZE="120" # MB
ROOT_SIZE="180" # MB
DISK_SIZE="140" # MB
DISK_SIZE="220" # MB
# boot filesystem
msg "creating boot loop device"