Skip to content

Instantly share code, notes, and snippets.

@sckn
Created November 27, 2015 10:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sckn/4e522b7251e64289cc58 to your computer and use it in GitHub Desktop.
Save sckn/4e522b7251e64289cc58 to your computer and use it in GitHub Desktop.
xorriso -as mkisofs -r -J -joliet-long -l -cache-inodes \
-isohybrid-mbr /usr/lib/ISOLINUX/isohdpfx.bin -partition_offset 16 -A \
"Debian CustomNetInstall" -b isolinux/isolinux.bin -c isolinux/boot.cat \
-no-emul-boot -boot-load-size 4 -boot-info-table \
-o ~/workspace/netinstall/debian-custom-8.2.0-amd64-netinst.iso ~/workspace/netinstall/cd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment