summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2014-07-25 13:35:12 +0200
committerLudovic Courtès <ludo@gnu.org>2014-07-25 13:47:08 +0200
commit445d652916b4ffe337b2d1c7bfd2df70b925f486 (patch)
tree130e1aa7faa1b5a2268ec7d9657d1189ac974c5c /doc
parent2f4640e320a8834f618c7be5a7e8dba62da91190 (diff)
downloadguix-patches-445d652916b4ffe337b2d1c7bfd2df70b925f486.tar
guix-patches-445d652916b4ffe337b2d1c7bfd2df70b925f486.tar.gz
doc: Fix typo in USB image file name.
* doc/guix.texi (System Installation): Change image file name.
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index cef2aba9a8..b1c0a4961c 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -2783,7 +2783,7 @@ its device name. Assuming that USB stick is known as @file{/dev/sdX},
copy the image with:
@example
-dd if=gnu-usb-install-20140629.x86_64 of=/dev/sdX
+dd if=gnu-usb-install-@value{VERSION}.x86_64 of=/dev/sdX
@end example
Access to @file{/dev/sdX} usually requires root privileges.