Turning a dmg into an iso

1) Open a terminal.

2) cd into the directory where the dmg is located

3) Type this in (where newfile is the name of the iso you want, and yourfilename.dmg is the dmg)

hdiutil makehybrid -iso -o newfile.iso yourfilename.dmg

source

Leave a Reply