summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2017-01-27 05:20:09 -0500
committerLeo Famulari <leo@famulari.name>2017-01-28 03:00:30 -0500
commitd36b8457d04286b4db0543656eed69ae050ac783 (patch)
tree21f8ebabf69c5fa75f5ad59e9ba203f7b89bd9da /doc
parent0050876bcf5c44340322bd3a7ef3418a50766644 (diff)
downloadpatches-d36b8457d04286b4db0543656eed69ae050ac783.tar
patches-d36b8457d04286b4db0543656eed69ae050ac783.tar.gz
doc: Fix networking instructions in "Installing GuixSD in a VM".
This is a followup to commit c8b543741f422ecf41e7635c6a1c40b3bd55947a. * doc/guix.texi (Installing GuixSD in a VM): Fix typo.
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 88ed6ce1ba..e4d0cd0071 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -7138,7 +7138,7 @@ Boot the USB installation image in an VM:
@example
qemu-system-x86_64 -m 1024 -smp 1 \
- -net default -net nic,model=virtio -boot menu=on \
+ -net user -net nic,model=virtio -boot menu=on \
-drive file=guixsd.img \
-drive file=guixsd-usb-install-@value{VERSION}.@var{system}
@end example