Add a command for burning ISO to DVD

This commit is contained in:
deanboole 2015-11-02 14:16:55 +08:00 committed by Marcel Bischoff
parent ba4f968173
commit 0f3f44f913

View File

@ -303,6 +303,12 @@ sudo fs_usage
hdiutil create -volname "Volume Name" -srcfolder /path/to/Folder -ov diskimage.dmg hdiutil create -volname "Volume Name" -srcfolder /path/to/Folder -ov diskimage.dmg
``` ```
#### Burn Disk Images to DVD
This command applies to .iso, .img and .dmg images.
```bash
hdiutil burn /path/to/image_file
```
#### Disable Disk Image Verification #### Disable Disk Image Verification
```bash ```bash
defaults write com.apple.frameworks.diskimages skip-verify -bool true && \ defaults write com.apple.frameworks.diskimages skip-verify -bool true && \