doc: Update QEMU command line.

* doc/guix.texi (Invoking guix system): Substitute ‘-nic’ for the
obsolete ‘-net’.
This commit is contained in:
Tobias Geerinckx-Rice 2021-06-17 11:18:01 +02:00
parent d1744d2fbb
commit 571dc36a69
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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.