[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/03: doc: Change the USB image file name to 'gsd-usb-install*'.
From: |
Ludovic Courtès |
Subject: |
02/03: doc: Change the USB image file name to 'gsd-usb-install*'. |
Date: |
Tue, 27 Jan 2015 21:07:13 +0000 |
civodul pushed a commit to branch master
in repository guix.
commit 3a5d914b5ec9d75a6cb54c25ca112f827408346b
Author: Ludovic Courtès <address@hidden>
Date: Tue Jan 27 21:26:03 2015 +0100
doc: Change the USB image file name to 'gsd-usb-install*'.
* doc/guix.texi (System Installation): Change the file name to
'gsd-usb-install-*'.
---
doc/guix.texi | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index c03e8f5..7c5613e 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
address@hidden://alpha.gnu.org/gnu/guix/address@hidden@var{system}.xz},
address@hidden://alpha.gnu.org/gnu/guix/address@hidden@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 address@hidden@var{system}.xz
+xz -d address@hidden@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 address@hidden of=/dev/sdX
+dd address@hidden of=/dev/sdX
@end example
Access to @file{/dev/sdX} usually requires root privileges.