Skip to content

Commit

Permalink
Modify ./build-iso
Browse files Browse the repository at this point in the history
Change mkisofs to genisoimage to accommodate for lack of mkisofs on Debian 10 Buster.
Both ISO generation tools have the same command line parameters so no other arguments were changed.
  • Loading branch information
codedChaos committed May 14, 2020
1 parent 1929173 commit 4afc003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-iso
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ m4 \

echo Building a custom ISO
# Build a custom ISO.
mkisofs -r -V "Ubuntu $VERSION for Terraform" \
genisoimage -r -V "Ubuntu $VERSION for Terraform" \
-cache-inodes -J -l -no-emul-boot \
-b isolinux/isolinux.bin \
-c isolinux/boot.cat \
Expand Down

0 comments on commit 4afc003

Please sign in to comment.