From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: [PATCH 1/1] doc: Fix networking instructions in "Installing GuixSD in a VM". Date: Fri, 27 Jan 2017 05:25:06 -0500 Message-ID: <69da533c7ddfa2c276edc29ec7971d3c17a77298.1485512609.git.leo@famulari.name> References: Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45977) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cX3ia-0004VS-31 for guix-devel@gnu.org; Fri, 27 Jan 2017 05:25:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cX3iU-0006rt-IS for guix-devel@gnu.org; Fri, 27 Jan 2017 05:25:20 -0500 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:60850) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cX3iU-0006re-Dl for guix-devel@gnu.org; Fri, 27 Jan 2017 05:25:14 -0500 Received: from localhost.localdomain (c-73-188-17-148.hsd1.pa.comcast.net [73.188.17.148]) by mail.messagingengine.com (Postfix) with ESMTPA id BACE7245A4 for ; Fri, 27 Jan 2017 05:25:11 -0500 (EST) In-Reply-To: In-Reply-To: References: List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org 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 7093bf746..cb203fca2 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -7137,7 +7137,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 file=guixsd-usb-install-@value{VERSION}.@var{system} @end example -- 2.11.0