Created
November 7, 2014 23:47
-
-
Save edipofederle/623904c54c1818d51ae3 to your computer and use it in GitHub Desktop.
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
hdiutil convert -format UDRW -o ~/path/to/ubuntu.img ~/path/to/ubuntu.iso | |
diskutil list // Lista os discos | |
sudo dd if=/path/to/ubuntu.img of=/dev/rdiskN bs=1m // N teu pendriver | |
diskutil eject /dev/diskN // N teu pendriver |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment