guix-commits
[Top][All Lists]
Advanced

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

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


From: Leo Famulari
Subject: 01/02: doc: Fix networking instructions in "Installing GuixSD in a VM".
Date: Sat, 28 Jan 2017 08:08:59 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit d36b8457d04286b4db0543656eed69ae050ac783
Author: Leo Famulari <address@hidden>
Date:   Fri Jan 27 05:20:09 2017 -0500

    doc: Fix networking instructions in "Installing GuixSD in a VM".
    
    This is a followup to commit c8b543741f422ecf41e7635c6a1c40b3bd55947a.
    
    * doc/guix.texi (Installing GuixSD in a VM): Fix typo.
---
 doc/guix.texi |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 88ed6ce..e4d0cd0 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -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 address@hidden@var{system}
 @end example



reply via email to

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