1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-02 07:15:53 +02:00

doc: Fix networking instructions in "Installing GuixSD in a VM".

This is a followup to commit c8b543741f.

* doc/guix.texi (Installing GuixSD in a VM): Fix typo.
This commit is contained in:
Leo Famulari
2017-01-27 05:20:09 -05:00
parent 0050876bcf
commit d36b8457d0
+1 -1
View File
@@ -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