mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-07-09 16:19:34 -04:00
Update installation-guide.md
Fix dd-parameters to avoid writing byte-wise. If the drive actually is written bytewise depends, but I actually have seen that (or at least I think so).
This commit is contained in:
parent
60eb1efe94
commit
0652c86d83
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
dd if=Qubes-R3-x86_64.iso of=/dev/sdX bs=1M
|
||||
|
||||
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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue