Skip to content

Instantly share code, notes, and snippets.

@ddrpa
Created September 16, 2016 15:04
Show Gist options
  • Save ddrpa/24f02a07034551ce053d20d461cd0557 to your computer and use it in GitHub Desktop.
Save ddrpa/24f02a07034551ce053d20d461cd0557 to your computer and use it in GitHub Desktop.
How to create an Fedora Live USB
Write the ISO file to the device
```
sudo dd if=/path/to/image.iso of=/dev/sdX bs=8M status=progress oflag=direct
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment