summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2015-01-27 21:26:03 +0100
committerLudovic Courtès <ludo@gnu.org>2015-01-27 21:32:07 +0100
commit3a5d914b5ec9d75a6cb54c25ca112f827408346b (patch)
tree8a36ebff896abf910a38d54b58ea22aa1e0eb463
parent493c245b8f464b5ad1b93caecc589a8e3cabcf0b (diff)
downloadguix-3a5d914b5ec9d75a6cb54c25ca112f827408346b.tar.gz
guix-3a5d914b5ec9d75a6cb54c25ca112f827408346b.tar.xz
doc: Change the USB image file name to 'gsd-usb-install*'.
* doc/guix.texi (System Installation): Change the file name to 'gsd-usb-install-*'.
-rw-r--r--doc/guix.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index c03e8f5453..7c5613ef96 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -3464,7 +3464,7 @@ to report issues (and success stories!), and join us in improving it.
@subsection USB Stick Installation
An installation image for USB sticks can be downloaded from
-@url{ftp://alpha.gnu.org/gnu/guix/guix-usb-install-@value{VERSION}.@var{system}.xz},
+@url{ftp://alpha.gnu.org/gnu/guix/gsd-usb-install-@value{VERSION}.@var{system}.xz},
where @var{system} is one of:
@table @code
@@ -3486,7 +3486,7 @@ To copy the image to a USB stick, follow these steps:
Decompress the image using the @command{xz} command:
@example
-xz -d gnu-usb-install-@value{VERSION}.@var{system}.xz
+xz -d gsd-usb-install-@value{VERSION}.@var{system}.xz
@end example
@item
@@ -3495,7 +3495,7 @@ its device name. Assuming that USB stick is known as @file{/dev/sdX},
copy the image with:
@example
-dd if=gnu-usb-install-@value{VERSION}.x86_64 of=/dev/sdX
+dd if=gsd-usb-install-@value{VERSION}.x86_64 of=/dev/sdX
@end example
Access to @file{/dev/sdX} usually requires root privileges.