Skip to content

Instantly share code, notes, and snippets.

@constrict0r
Last active February 7, 2019 14:18
Show Gist options
  • Save constrict0r/c94fa55fa157533c881f576c9e5b92ce to your computer and use it in GitHub Desktop.
Save constrict0r/c94fa55fa157533c881f576c9e5b92ce to your computer and use it in GitHub Desktop.
Remaster iso for preseeding
xorriso -as mkisofs -o ~/remaster.iso \
-isohybrid-mbr /usr/lib/ISOLINUX/isohdpfx.bin \
-c isolinux/boot.cat \
-b isolinux/isolinux.bin -no-emul-boot \
-boot-load-size 4 -boot-info-table /path_to_iso_files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment