Created
July 14, 2015 00:40
-
-
Save dinolatoga/9b2d3bcacca2607c8c91 to your computer and use it in GitHub Desktop.
Create an ISO image on OSX from the command line without the use of any additional tools. Source: https://matt.berther.io/2008/12/14/creating-iso-images-from-a-folder-in-osx/
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
hdiutil makehybrid -o ~/Desktop/image.iso ~/path/to/folder/to/be/converted -iso -joliet |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment