Merge branch 'gutsle-patch-1'

This commit is contained in:
Andrew David Wong 2016-05-04 00:19:13 -07:00
commit 53674363b4
No known key found for this signature in database
GPG Key ID: 8CE137352A019A17

View File

@ -55,10 +55,12 @@ an installation medium.)
If you prefer to use a USB drive, then you just need to copy the ISO onto the
USB device, e.g. using `dd`:
dd if=Qubes-R3-x86_64.iso of=/dev/sdX
dd if=Qubes-R3-x86_64.iso of=/dev/sda
Adjust the filename to the version you're installing. **Be sure to use the
correct device as the target in the dd command above (instead of `sdX`).**
Change `Qubes-R3-x86_64.iso` to the filename of the version you're installing,
and change `/dev/sda` to the correct target device. **Warning:** Choosing the
wrong device could result in data loss. Make sure to write to the entire device
(e.g., `/dev/sda`) rather than just a single partition (e.g., `/dev/sda1`).
On Windows, you can use the [Rufus] tool. Be sure to select "DD image" mode (you
need to do that **after** selecting the Qubes ISO):