all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: Danny Milosavljevic <dannym@scratchpost.org>
Cc: 27052@debbugs.gnu.org
Subject: bug#27052: [PATCH version-0.13.0] doc: Fix qemu-system-x86_64 example.
Date: Sun, 28 May 2017 21:40:20 +0200	[thread overview]
Message-ID: <87lgpgrcrf.fsf@gnu.org> (raw)
In-Reply-To: <20170524094403.11305-1-dannym@scratchpost.org> (Danny Milosavljevic's message of "Wed, 24 May 2017 11:44:03 +0200")

Danny Milosavljevic <dannym@scratchpost.org> skribis:

> * 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

Should we add a sentence saying that ordering matters?

Otherwise LGTM, thanks!

Ludo’.

  reply	other threads:[~2017-05-28 19:41 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-24  7:59 The broken 0.13 release for GuixSD ng0
2017-05-24  8:41 ` ng0
2017-05-24  9:17   ` Fox
2017-05-24  9:20     ` ngillmann
2017-05-24  9:24     ` disk order Fox
2017-05-24  9:30       ` ng0
2017-05-24  9:38         ` ng0
2017-05-24  9:58           ` thread hijacking Fox
2017-05-24 10:02             ` ng0
2017-05-24  9:30       ` disk order Vincent Legoll
2017-05-24  9:31       ` Fox
2017-05-24  9:44       ` bug#27052: [PATCH version-0.13.0] doc: Fix qemu-system-x86_64 example Danny Milosavljevic
2017-05-28 19:40         ` Ludovic Courtès [this message]
2017-05-31 17:51           ` Danny Milosavljevic
2017-05-31 20:40             ` Ludovic Courtès
2017-05-24 10:26 ` The broken 0.13 release for GuixSD Ricardo Wurmus
2017-05-24 11:27   ` ng0
2017-05-24 11:32     ` Ricardo Wurmus
2017-05-24 11:35     ` Fox
2017-05-24 11:59       ` 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

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

  git send-email \
    --in-reply-to=87lgpgrcrf.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=27052@debbugs.gnu.org \
    --cc=dannym@scratchpost.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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.