Template:egCreateIsoMac
Syntax
{{egCreateIsoMac}}
Usage
Code
{{egCreateIsoMac}}
Result
Show all external physical devices to find the correct device
diskutil list 'external' 'physical'
diskutil unmountDisk '/dev/disk3'
Create the ISO image
dd if='/dev/disk3s0' of="${HOME}/tmp/cd-image.iso"