Added command for burning iso to DVD
`hdiutil burn /path/to/file.iso`
This commit is contained in:
parent
e0d93070fd
commit
81b6b19bd7
@ -324,7 +324,10 @@ Like the Disk Utility "Restore" function.
|
|||||||
```bash
|
```bash
|
||||||
sudo asr -restore -noverify -source /path/to/diskimage.dmg -target /Volumes/VolumeToRestoreTo
|
sudo asr -restore -noverify -source /path/to/diskimage.dmg -target /Volumes/VolumeToRestoreTo
|
||||||
```
|
```
|
||||||
|
#### Burn iso to DVD
|
||||||
|
```bash
|
||||||
|
hdiutil burn /path/to/file.iso
|
||||||
|
```
|
||||||
|
|
||||||
## Dock
|
## Dock
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user