Add a command for burning ISO to DVD
This commit is contained in:
parent
1e441030d1
commit
1fdc2fbac5
@ -298,6 +298,11 @@ sudo fs_usage
|
|||||||
|
|
||||||
### Disk Images
|
### Disk Images
|
||||||
|
|
||||||
|
#### Burn ISO to DVD
|
||||||
|
```bash
|
||||||
|
hdiutil burn /path/to/file.iso
|
||||||
|
```
|
||||||
|
|
||||||
#### 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 && \
|
||||||
|
Loading…
Reference in New Issue
Block a user