Merge branch 'hjaf23-patch-1'

This commit is contained in:
Andrew David Wong 2018-01-02 19:29:49 -06:00
commit d5449f92e5
No known key found for this signature in database
GPG Key ID: 8CE137352A019A17

View File

@ -65,7 +65,7 @@ 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 bs=1M
dd if=Qubes-R3-x86_64.iso of=/dev/sdX bs=1M && sync
Change `Qubes-R3-x86_64.iso` to the filename of the version you're installing,
and change `/dev/sdX` to the correct target device (e.g., `/dev/sda`).