mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-05-17 22:20:27 -04:00
Change dd bs flag to work across BSD/GPL versions of dd
This commit is contained in:
parent
3373209419
commit
0a2bf236a2
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,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 && sync
|
||||
dd if=Qubes-R3-x86_64.iso of=/dev/sdX bs=1024 && 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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue