Created
July 28, 2013 14:58
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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