- Download iso
- Open the Terminal
- Convert the .iso file to .img using the convert option of hdiutil e.g.,
$ hdiutil convert -format UDRW -o ~/path/to/target.img ~/path/to/distro.iso
Note: OS X tends to put the .dmg ending on the output file automatically.
- Run
$ diskutil list