Create iso on a Mac
Monday, February 11th, 2008Found some very easy instructions on creating a iso on a Mac: Create a CD/DVD master image from the source of your choosing. 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