mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-01-23 13:11:02 -05:00
Use conv=fsync
in dd
command
https://groups.google.com/d/msgid/qubes-users/YyRveVobwlpx9zB7%40itl-email
This commit is contained in:
parent
b4cfc5c8d4
commit
418842e22c
@ -110,7 +110,7 @@ On Linux, if you choose to use a USB drive, copy the ISO onto the USB device,
|
||||
e.g. using `dd`:
|
||||
|
||||
```
|
||||
$ sudo dd if=Qubes-RX-x86_64.iso of=/dev/sdY status=progress bs=1048576 && sync
|
||||
$ sudo dd if=Qubes-RX-x86_64.iso of=/dev/sdY status=progress bs=1048576 conv=fsync
|
||||
```
|
||||
|
||||
Change `Qubes-RX-x86_64.iso` to the filename of the version you're installing,
|
||||
|
Loading…
Reference in New Issue
Block a user