From f523074020c909ef83db3593f33ef9d400b039b5 Mon Sep 17 00:00:00 2001 From: Adam Krpan Date: Thu, 3 Oct 2019 13:58:22 -0700 Subject: [PATCH] Added missing flag to Lorax call Turns out that Lorax also updated in the meantime, so instead of our kludgey patch fix for the disk size, they added an actual flag for it (--rootfs-size). --- scripts/build/build_installer_iso.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/build/build_installer_iso.sh b/scripts/build/build_installer_iso.sh index 4d48fb58..4e8166f5 100755 --- a/scripts/build/build_installer_iso.sh +++ b/scripts/build/build_installer_iso.sh @@ -115,6 +115,7 @@ lorax \ --bugurl "https://support.purestorage.com/" \ --volid ${PURE1_UNPLUGGED_VOLID} \ --buildarch "x86_64" \ + --rootfs-size 10 \ ${BUILD_DIR}/lorax-results cp ${BUILD_DIR}/lorax-results/images/boot.iso ${BUILD_DIR}/${OS_NAME}-${VERSION}.iso