Added command for burning iso to DVD

`hdiutil burn /path/to/file.iso`
This commit is contained in:
KunYu Chen 2015-10-30 12:26:26 +08:00
parent e0d93070fd
commit 81b6b19bd7

View File

@ -324,7 +324,10 @@ Like the Disk Utility "Restore" function.
```bash
sudo asr -restore -noverify -source /path/to/diskimage.dmg -target /Volumes/VolumeToRestoreTo
```
#### Burn iso to DVD
```bash
hdiutil burn /path/to/file.iso
```
## Dock