[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/05: doc: Mention 'sync' after 'dd'.
From: |
Ludovic Courtès |
Subject: |
04/05: doc: Mention 'sync' after 'dd'. |
Date: |
Mon, 15 May 2017 18:03:44 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 0e2bfa3ae1eac7ebada32022fea777bdf4d426a7
Author: Ludovic Courtès <address@hidden>
Date: Mon May 15 22:38:52 2017 +0200
doc: Mention 'sync' after 'dd'.
Suggested by librenoob on #guix.
* doc/guix.texi (USB Stick Installation): Add 'sync' invocation.
---
doc/guix.texi | 1 +
1 file changed, 1 insertion(+)
diff --git a/doc/guix.texi b/doc/guix.texi
index 9b4a096..7baf6ee 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -7320,6 +7320,7 @@ copy the image with:
@example
dd address@hidden of=/dev/sdX
+sync
@end example
Access to @file{/dev/sdX} usually requires root privileges.