Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Commit

Permalink
Added missing flag to Lorax call
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
Pure-AdamuKaapan committed Oct 4, 2019
1 parent 5f83bf1 commit f523074
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build/build_installer_iso.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f523074

Please sign in to comment.