unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* bug#27052: [PATCH version-0.13.0] doc: Fix qemu-system-x86_64 example.
       [not found] <og3jgm$3c2$1@blaine.gmane.org>
@ 2017-05-24  9:44 ` Danny Milosavljevic
  2017-05-28 19:40   ` Ludovic Courtès
  0 siblings, 1 reply; 4+ messages in thread
From: Danny Milosavljevic @ 2017-05-24  9:44 UTC (permalink / raw)
  To: 27052

* 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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* bug#27052: [PATCH version-0.13.0] doc: Fix qemu-system-x86_64 example.
  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
  2017-05-31 17:51     ` Danny Milosavljevic
  0 siblings, 1 reply; 4+ messages in thread
From: Ludovic Courtès @ 2017-05-28 19:40 UTC (permalink / raw)
  To: Danny Milosavljevic; +Cc: 27052

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’.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#27052: [PATCH version-0.13.0] doc: Fix qemu-system-x86_64 example.
  2017-05-28 19:40   ` Ludovic Courtès
@ 2017-05-31 17:51     ` Danny Milosavljevic
  2017-05-31 20:40       ` Ludovic Courtès
  0 siblings, 1 reply; 4+ messages in thread
From: Danny Milosavljevic @ 2017-05-31 17:51 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 27052

Hi Ludo,

should I commit this to master?  Will version-0.13.1 or later merge from master?

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#27052: [PATCH version-0.13.0] doc: Fix qemu-system-x86_64 example.
  2017-05-31 17:51     ` Danny Milosavljevic
@ 2017-05-31 20:40       ` Ludovic Courtès
  0 siblings, 0 replies; 4+ messages in thread
From: Ludovic Courtès @ 2017-05-31 20:40 UTC (permalink / raw)
  To: Danny Milosavljevic; +Cc: 27052

Danny Milosavljevic <dannym@scratchpost.org> skribis:

> should I commit this to master?  Will version-0.13.1 or later merge from master?

Please commit to version-0.13.0; we’ll merge it later in master.

Thanks,
Ludo’.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-05-31 20:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <og3jgm$3c2$1@blaine.gmane.org>
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
2017-05-31 17:51     ` Danny Milosavljevic
2017-05-31 20:40       ` Ludovic Courtès

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).