Add Write Disk Image to Volume Command

This commit is contained in:
Marcel Bischoff 2015-10-20 01:16:31 +02:00
parent 98fe4b4439
commit 5145dd8386

View File

@ -286,6 +286,12 @@ hdiutil attach /path/to/diskimage.dmg
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