unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Danny Milosavljevic <dannym@scratchpost.org>
To: 27052@debbugs.gnu.org
Subject: bug#27052: [PATCH version-0.13.0] doc: Fix qemu-system-x86_64 example.
Date: Wed, 24 May 2017 11:44:03 +0200	[thread overview]
Message-ID: <20170524094403.11305-1-dannym@scratchpost.org> (raw)
In-Reply-To: <og3jgm$3c2$1@blaine.gmane.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

       reply	other threads:[~2017-05-24  9:45 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <og3jgm$3c2$1@blaine.gmane.org>
2017-05-24  9:44 ` Danny Milosavljevic [this message]
2017-05-28 19:40   ` bug#27052: [PATCH version-0.13.0] doc: Fix qemu-system-x86_64 example Ludovic Courtès
2017-05-31 17:51     ` Danny Milosavljevic
2017-05-31 20:40       ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170524094403.11305-1-dannym@scratchpost.org \
    --to=dannym@scratchpost.org \
    --cc=27052@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).