summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-06-17 11:18:01 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-06-17 11:19:19 +0200
commit571dc36a69448192a0d76c85091cf76c53739811 (patch)
tree675f3c880a46197504b7351112ea2f47971b1f3e /doc
parentd1744d2fbb605f47762b794c44641405208e82aa (diff)
downloadguix-patches-571dc36a69448192a0d76c85091cf76c53739811.tar
guix-patches-571dc36a69448192a0d76c85091cf76c53739811.tar.gz
doc: Update QEMU command line.
* doc/guix.texi (Invoking guix system): Substitute ‘-nic’ for the obsolete ‘-net’.
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 cc5ca18256..0930a514c7 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -33225,7 +33225,7 @@ below, which enables networking and requests 1@tie{}GiB of RAM for the
emulated machine:
@example
-$ /gnu/store/@dots{}-run-vm.sh -m 1024 -smp 2 -net user,model=virtio-net-pci
+$ /gnu/store/@dots{}-run-vm.sh -m 1024 -smp 2 -nic user,model=virtio-net-pci
@end example
The VM shares its store with the host system.