guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: doc: Update QEMU command line.


From: guix-commits
Subject: 02/03: doc: Update QEMU command line.
Date: Thu, 17 Jun 2021 05:19:46 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 571dc36a69448192a0d76c85091cf76c53739811
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Jun 17 11:18:01 2021 +0200

    doc: Update QEMU command line.
    
    * doc/guix.texi (Invoking guix system): Substitute ‘-nic’ for the
    obsolete ‘-net’.
---
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index cc5ca18..0930a51 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]