Created
January 30, 2018 20:10
-
-
Save xtornasol512/6ff93f0367bf8479401381ed2009bd10 to your computer and use it in GitHub Desktop.
Example of burn USB on mac
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diskutil list | |
diskutil partitionDisk /dev/disk1 1 "Free Space" "unused" "100%" | |
sudo dd bs=1m of=/dev/rdisk1 if=manjaro-kde-17.0-stable-x86_64.iso |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment