GNU bug report logs - #27052
[PATCH version-0.13.0] doc: Fix qemu-system-x86_64 example.

Previous Next

Package: guix-patches;

Reported by: Danny Milosavljevic <dannym <at> scratchpost.org>

Date: Wed, 24 May 2017 09:45:01 UTC

Severity: normal

Tags: fixed, patch

Done: ludo <at> gnu.org (Ludovic Courtès)

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 27052 in the body.
You can then email your comments to 27052 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#27052; Package guix-patches. (Wed, 24 May 2017 09:45:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Danny Milosavljevic <dannym <at> scratchpost.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 24 May 2017 09:45:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Danny Milosavljevic <dannym <at> scratchpost.org>
To: guix-patches <at> gnu.org
Cc: Danny Milosavljevic <dannym <at> scratchpost.org>
Subject: [PATCH version-0.13.0] doc: Fix qemu-system-x86_64 example.
Date: Wed, 24 May 2017 11:44:03 +0200
* 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




Information forwarded to guix-patches <at> gnu.org:
bug#27052; Package guix-patches. (Sun, 28 May 2017 19:41:02 GMT) Full text and rfc822 format available.

Message #8 received at 27052 <at> debbugs.gnu.org (full text, mbox):

From: ludo <at> gnu.org (Ludovic Courtès)
To: Danny Milosavljevic <dannym <at> scratchpost.org>
Cc: 27052 <at> debbugs.gnu.org
Subject: Re: bug#27052: [PATCH version-0.13.0] doc: Fix qemu-system-x86_64
 example.
Date: Sun, 28 May 2017 21:40:20 +0200
Danny Milosavljevic <dannym <at> 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’.




Information forwarded to guix-patches <at> gnu.org:
bug#27052; Package guix-patches. (Wed, 31 May 2017 17:52:01 GMT) Full text and rfc822 format available.

Message #11 received at 27052 <at> debbugs.gnu.org (full text, mbox):

From: Danny Milosavljevic <dannym <at> scratchpost.org>
To: ludo <at> gnu.org (Ludovic Courtès)
Cc: 27052 <at> debbugs.gnu.org
Subject: Re: bug#27052: [PATCH version-0.13.0] doc: Fix qemu-system-x86_64
 example.
Date: Wed, 31 May 2017 19:51:36 +0200
Hi Ludo,

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




Information forwarded to guix-patches <at> gnu.org:
bug#27052; Package guix-patches. (Wed, 31 May 2017 20:41:01 GMT) Full text and rfc822 format available.

Message #14 received at 27052 <at> debbugs.gnu.org (full text, mbox):

From: ludo <at> gnu.org (Ludovic Courtès)
To: Danny Milosavljevic <dannym <at> scratchpost.org>
Cc: 27052 <at> debbugs.gnu.org
Subject: Re: bug#27052: [PATCH version-0.13.0] doc: Fix qemu-system-x86_64
 example.
Date: Wed, 31 May 2017 22:40:36 +0200
Danny Milosavljevic <dannym <at> 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’.




Added tag(s) fixed. Request was from ludo <at> gnu.org (Ludovic Courtès) to control <at> debbugs.gnu.org. (Sat, 03 Jun 2017 14:14:02 GMT) Full text and rfc822 format available.

bug closed, send any further explanations to 27052 <at> debbugs.gnu.org and Danny Milosavljevic <dannym <at> scratchpost.org> Request was from ludo <at> gnu.org (Ludovic Courtès) to control <at> debbugs.gnu.org. (Sat, 03 Jun 2017 14:14:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 02 Jul 2017 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 6 years and 298 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.