Turning a dmg into an iso


/ Published in: Other
Save to your folder(s)



Copy this code and paste it in your HTML
  1. 1) Open a terminal.
  2.  
  3. 2) cd into the directory where the dmg is located
  4.  
  5. 3) Type this in (where newfile is the name of the iso you want, and yourfilename.dmg is the dmg)
  6.  
  7. hdiutil makehybrid -iso -o newfile.iso yourfilename.dmg

Report this snippet


Comments


You need to login to view comments.