Created
September 10, 2015 14:03
-
-
Save zvlex/5cd9de4434a94d824813 to your computer and use it in GitHub Desktop.
Write ISO image on 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
sudo dd bs=4M if=/path/to/linux.iso of=/dev/sdb && sync |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment