Skip to content

Instantly share code, notes, and snippets.

@flusher
Last active August 29, 2015 14:01
Show Gist options
  • Save flusher/695972ab811c23edbb94 to your computer and use it in GitHub Desktop.
Save flusher/695972ab811c23edbb94 to your computer and use it in GitHub Desktop.
Create FreeDOS bootable ISO from FDOS OEM CD builder
#!/bin/bash
# Create FreeDOS bootable ISO from FDOS OEM CD builder
# @see http://www.fdos.org/bootdisks
mkisofs -o fdoem.iso -b isolinux/isolinux.bin -no-emul-boot -boot-load-size 4 -boot-info-table -N -J -r -c _$ -hide-joliet _$ -hide _$ CDROOT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment