Thursday, February 2, 2012

macos 10.7.2 dmg to iso

sigh. you need to disk made from a dmg that you can ferry around, say to a xen box. turn it into an iso and away you go.
# hdiutil convert your.dmg -format UDTO -o your.iso
# mv your.iso.cdr your.iso
you could do this through Disk Utility, but the command line is always better.

No comments: