Add a command for burning ISO to DVD
This commit is contained in:
parent
ba4f968173
commit
0f3f44f913
@ -303,6 +303,12 @@ sudo fs_usage
|
||||
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
|
||||
```bash
|
||||
defaults write com.apple.frameworks.diskimages skip-verify -bool true && \
|
||||
|
Loading…
Reference in New Issue
Block a user