Created
October 18, 2014 22:32
-
-
Save sjjohansen/a629b80b54e70f4438a5 to your computer and use it in GitHub Desktop.
fedora livecd to usb
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
# OSX | |
# find the USB device | |
diskutil list | |
diskutil unmountDisk /dev/disk2 | |
# dd the ISO onto the raw device | |
sudo dd if=/Users/sjj/Software/ISOs/Linux/Fedora/20/Fedora-20-x86_64-netinst.iso of=/dev/disk2 bs=1m |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment