doc: Update QEMU command line.
* doc/guix.texi (Invoking guix system): Substitute ‘-nic’ for the obsolete ‘-net’.master
parent
d1744d2fbb
commit
571dc36a69
|
@ -33225,7 +33225,7 @@ below, which enables networking and requests 1@tie{}GiB of RAM for the
|
||||||
emulated machine:
|
emulated machine:
|
||||||
|
|
||||||
@example
|
@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
|
@end example
|
||||||
|
|
||||||
The VM shares its store with the host system.
|
The VM shares its store with the host system.
|
||||||
|
|
Reference in New Issue