Skip to content

Instantly share code, notes, and snippets.

@selenamarie
Created January 25, 2010 20:27
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 selenamarie/286208 to your computer and use it in GitHub Desktop.
Save selenamarie/286208 to your computer and use it in GitHub Desktop.
from the interwebs:
http://forums.macrumors.com/showpost.php?s=645db4878059e6c26838e3b7bd062eb6&p=2669623&postcount=4
Create a folder with the contents you want on your ISO.
Open Disk Utility and use the New Image from Folder menu item to create an image. Ensure it is uncompressed and use the CD/DVD master option.
In my experience this creates HFS+ masters which are no good in Windows.
Open the Terminal
Assuming your new image is called ~/Desktop/Master.cdr (the file is on your desktop and called Master.cdr) type:
Code:
cd ~/Desktop
hdiutil makehybrid -iso -joliet -o Master.iso Master.cdr
This will create an ISO/Joliet .iso file.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment