Use conv=fsync in dd command

https://groups.google.com/d/msgid/qubes-users/YyRveVobwlpx9zB7%40itl-email
This commit is contained in:
Andrew David Wong 2022-09-16 06:22:38 -07:00
parent b4cfc5c8d4
commit 418842e22c
No known key found for this signature in database
GPG Key ID: 8CE137352A019A17

View File

@ -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,