~ruther/guix-local

445d652916b4ffe337b2d1c7bfd2df70b925f486 — Ludovic Courtès 11 years ago 2f4640e
doc: Fix typo in USB image file name.

* doc/guix.texi (System Installation): Change image file name.
1 files changed, 1 insertions(+), 1 deletions(-)

M doc/guix.texi
M doc/guix.texi => doc/guix.texi +1 -1
@@ 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.