From 0f3f44f91307e26b9050545f0debd9a4922a7bcc Mon Sep 17 00:00:00 2001 From: deanboole Date: Mon, 2 Nov 2015 14:16:55 +0800 Subject: [PATCH] Add a command for burning ISO to DVD --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 8575557..3c01d14 100644 --- a/README.md +++ b/README.md @@ -303,6 +303,12 @@ sudo fs_usage hdiutil create -volname "Volume Name" -srcfolder /path/to/Folder -ov diskimage.dmg ``` +#### Burn Disk Images to DVD +This command applies to .iso, .img and .dmg images. +```bash +hdiutil burn /path/to/image_file +``` + #### Disable Disk Image Verification ```bash defaults write com.apple.frameworks.diskimages skip-verify -bool true && \