Add a command for burning ISO to DVD

This commit is contained in:
deanboole 2015-11-02 14:16:55 +08:00
parent 1e441030d1
commit 1fdc2fbac5

View File

@ -298,6 +298,11 @@ sudo fs_usage
### Disk Images
#### Burn ISO to DVD
```bash
hdiutil burn /path/to/file.iso
```
#### Disable Disk Image Verification
```bash
defaults write com.apple.frameworks.diskimages skip-verify -bool true && \