doc: Mention 'sync' after 'dd'.

Suggested by librenoob on #guix.

* doc/guix.texi (USB Stick Installation): Add 'sync' invocation.
This commit is contained in:
Ludovic Courtès 2017-05-15 22:38:52 +02:00
parent c22c9fa589
commit 0e2bfa3ae1
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -7320,6 +7320,7 @@ copy the image with:
@example
dd if=guixsd-usb-install-@value{VERSION}.x86_64 of=/dev/sdX
sync
@end example
Access to @file{/dev/sdX} usually requires root privileges.