Skip to content

Instantly share code, notes, and snippets.

@sjjohansen
Created October 18, 2014 22:32
Show Gist options
  • Save sjjohansen/a629b80b54e70f4438a5 to your computer and use it in GitHub Desktop.
Save sjjohansen/a629b80b54e70f4438a5 to your computer and use it in GitHub Desktop.
fedora livecd to usb
# 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