add a bit more extra space

This commit is contained in:
Bruce Leidl 2019-01-15 12:14:00 -05:00
parent 923733e2dd
commit 8ff96d55cb

View File

@ -140,7 +140,7 @@ addtask do_deploy after do_image before do_build
write_boot_image() { write_boot_image() {
IMAGE_PATH=${1} IMAGE_PATH=${1}
BLOCKS_ROOTFS=$(du -bks ${IMAGE_ROOTFS} | cut -f1) BLOCKS_ROOTFS=$(du -bks ${IMAGE_ROOTFS} | cut -f1)
BLOCKS_EXTRA=2048 BLOCKS_EXTRA=65536
IMAGE_SIZE=$(expr ${BLOCKS_ROOTFS} + ${BLOCKS_EXTRA}) IMAGE_SIZE=$(expr ${BLOCKS_ROOTFS} + ${BLOCKS_EXTRA})
if [ -e ${IMAGE_PATH} ]; then if [ -e ${IMAGE_PATH} ]; then