summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2017-05-15 22:38:52 +0200
committerLudovic Courtès <ludo@gnu.org>2017-05-15 23:55:10 +0200
commit0e2bfa3ae1eac7ebada32022fea777bdf4d426a7 (patch)
treea86ebe5db42c85020183603f6bf0aea66a0dc85c
parentc22c9fa589a5dcc931d95df698eae391181f2a04 (diff)
downloadguix-0e2bfa3ae1eac7ebada32022fea777bdf4d426a7.tar.gz
guix-0e2bfa3ae1eac7ebada32022fea777bdf4d426a7.tar.xz
doc: Mention 'sync' after 'dd'.
Suggested by librenoob on #guix. * doc/guix.texi (USB Stick Installation): Add 'sync' invocation.
-rw-r--r--doc/guix.texi1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 9b4a096d24..7baf6ee38a 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -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.