Add Write Disk Image to Volume Command
This commit is contained in:
parent
98fe4b4439
commit
5145dd8386
@ -286,6 +286,12 @@ hdiutil attach /path/to/diskimage.dmg
|
|||||||
hdiutil detach /dev/disk2s1
|
hdiutil detach /dev/disk2s1
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### Write Disk Image to Volume
|
||||||
|
Like the Disk Utility "Restore" function.
|
||||||
|
```bash
|
||||||
|
sudo asr -restore -noverify -source /path/to/diskimage.dmg -target /Volumes/VolumeToRestoreTo
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## Documents
|
## Documents
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user