mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
doc: Fix typo in USB image file name.
* doc/guix.texi (System Installation): Change image file name.
This commit is contained in:
parent
2f4640e320
commit
445d652916
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue