diff options
author | Ludovic Courtès <ludo@gnu.org> | 2017-05-15 22:38:52 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-05-15 23:55:10 +0200 |
commit | 0e2bfa3ae1eac7ebada32022fea777bdf4d426a7 (patch) | |
tree | a86ebe5db42c85020183603f6bf0aea66a0dc85c /doc | |
parent | c22c9fa589a5dcc931d95df698eae391181f2a04 (diff) | |
download | guix-0e2bfa3ae1eac7ebada32022fea777bdf4d426a7.tar guix-0e2bfa3ae1eac7ebada32022fea777bdf4d426a7.tar.gz |
doc: Mention 'sync' after 'dd'.
Suggested by librenoob on #guix.
* doc/guix.texi (USB Stick Installation): Add 'sync' invocation.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 1 |
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. |