From 81b6b19bd7f9a10a818ff8d885e3d5dd07fd17e1 Mon Sep 17 00:00:00 2001 From: KunYu Chen Date: Fri, 30 Oct 2015 12:26:26 +0800 Subject: [PATCH] Added command for burning iso to DVD `hdiutil burn /path/to/file.iso` --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f2fd92..0436f5e 100644 --- a/README.md +++ b/README.md @@ -324,7 +324,10 @@ Like the Disk Utility "Restore" function. ```bash sudo asr -restore -noverify -source /path/to/diskimage.dmg -target /Volumes/VolumeToRestoreTo ``` - +#### Burn iso to DVD +```bash +hdiutil burn /path/to/file.iso +``` ## Dock