From 8ff96d55cb1b609bed9a15978904318291ab58ae Mon Sep 17 00:00:00 2001 From: Bruce Leidl Date: Tue, 15 Jan 2019 12:14:00 -0500 Subject: [PATCH] add a bit more extra space --- meta-citadel/recipes-citadel/images/citadel-installer-image.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-citadel/recipes-citadel/images/citadel-installer-image.bb b/meta-citadel/recipes-citadel/images/citadel-installer-image.bb index 11af214..5e82833 100644 --- a/meta-citadel/recipes-citadel/images/citadel-installer-image.bb +++ b/meta-citadel/recipes-citadel/images/citadel-installer-image.bb @@ -140,7 +140,7 @@ addtask do_deploy after do_image before do_build write_boot_image() { IMAGE_PATH=${1} BLOCKS_ROOTFS=$(du -bks ${IMAGE_ROOTFS} | cut -f1) - BLOCKS_EXTRA=2048 + BLOCKS_EXTRA=65536 IMAGE_SIZE=$(expr ${BLOCKS_ROOTFS} + ${BLOCKS_EXTRA}) if [ -e ${IMAGE_PATH} ]; then