Skip to content

Instantly share code, notes, and snippets.

@caio-nas
Created July 28, 2013 14:58
Show Gist options
  • Select an option

  • Save caio-nas/6098873 to your computer and use it in GitHub Desktop.

Select an option

Save caio-nas/6098873 to your computer and use it in GitHub Desktop.
Create a ISO file for the specified DIR with the specified VOLUME_NAME
mkisofs -J -r -relaxed-filenames -nobak -allow-lowercase -V "[VOLUME_NAME]" -o ./cd.iso [DIR]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment