Merge branch 'patch-1' of https://github.com/sarru1291/qubes-doc into sarru1291-patch-1

This commit is contained in:
Andrew David Wong 2020-05-18 09:37:34 -05:00
commit 932b2ce58f
No known key found for this signature in database
GPG Key ID: 8CE137352A019A17

View File

@ -72,7 +72,7 @@ Once the ISO has been verified as authentic, you should copy it onto the install
If you choose to use a USB drive, copy the ISO onto the USB device, e.g. using `dd`:
$ sudo dd if=Qubes-R3-x86_64.iso of=/dev/sdX bs=1048576 && sync
$ sudo dd if=Qubes-R3-x86_64.iso of=/dev/sdX status=progress bs=1048576 && 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/sdc`).