From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56500) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dDSqp-0005b0-Ao for guix-patches@gnu.org; Wed, 24 May 2017 05:45:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dDSqk-0002aM-Ex for guix-patches@gnu.org; Wed, 24 May 2017 05:45:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:32833) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dDSqk-0002aG-BR for guix-patches@gnu.org; Wed, 24 May 2017 05:45:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dDSqk-0001ku-0d for guix-patches@gnu.org; Wed, 24 May 2017 05:45:02 -0400 Subject: bug#27052: [PATCH version-0.13.0] doc: Fix qemu-system-x86_64 example. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56373) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dDSqH-0005K4-4I for guix-patches@gnu.org; Wed, 24 May 2017 05:44:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dDSq9-0002F2-OW for guix-patches@gnu.org; Wed, 24 May 2017 05:44:33 -0400 Received: from dd1012.kasserver.com ([85.13.128.8]:49584) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dDSq9-0002Df-Hp for guix-patches@gnu.org; Wed, 24 May 2017 05:44:25 -0400 From: Danny Milosavljevic Date: Wed, 24 May 2017 11:44:03 +0200 Message-Id: <20170524094403.11305-1-dannym@scratchpost.org> In-Reply-To: References: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 27052@debbugs.gnu.org * doc/guix.texi (Running GuixSD in a VM): Fix qemu-system-x86_64 example. --- doc/guix.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/guix.texi b/doc/guix.texi index aa8b705be..a662eb236 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -7687,8 +7687,8 @@ Boot the USB installation image in an VM: @example qemu-system-x86_64 -m 1024 -smp 1 \ -net user -net nic,model=virtio -boot menu=on \ - -drive file=guixsd.img \ - -drive file=guixsd-usb-install-@value{VERSION}.@var{system} + -drive file=guixsd-usb-install-@value{VERSION}.@var{system} \ + -drive file=guixsd.img @end example In the VM console, quickly press the @kbd{F12} key to enter the boot