From 5145dd83863edc16407352e01fd9efccda2b08e3 Mon Sep 17 00:00:00 2001 From: Marcel Bischoff Date: Tue, 20 Oct 2015 01:16:31 +0200 Subject: [PATCH] Add Write Disk Image to Volume Command --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 799cd46..17f3e39 100644 --- a/README.md +++ b/README.md @@ -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