[PATCH version-0.13.0] doc: Fix qemu-system-x86_64 example.

  • Done
  • quality assurance status badge
Details
2 participants
  • Danny Milosavljevic
  • Ludovic Courtès
Owner
unassigned
Submitted by
Danny Milosavljevic
Severity
normal

Debbugs page

D
D
Danny Milosavljevic wrote on 24 May 2017 02:44
(address . guix-patches@gnu.org)(name . Danny Milosavljevic)(address . dannym@scratchpost.org)
20170524094403.11305-1-dannym@scratchpost.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(-)

Toggle diff (15 lines)
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
L
L
Ludovic Courtès wrote on 28 May 2017 12:40
(name . Danny Milosavljevic)(address . dannym@scratchpost.org)(address . 27052@debbugs.gnu.org)
87lgpgrcrf.fsf@gnu.org
Danny Milosavljevic <dannym@scratchpost.org> skribis:

Toggle quote (21 lines)
> * 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’.
D
D
Danny Milosavljevic wrote on 31 May 2017 10:51
(name . Ludovic Courtès)(address . ludo@gnu.org)(address . 27052@debbugs.gnu.org)
20170531195136.7868ac95@scratchpost.org
Hi Ludo,

should I commit this to master? Will version-0.13.1 or later merge from master?
L
L
Ludovic Courtès wrote on 31 May 2017 13:40
(name . Danny Milosavljevic)(address . dannym@scratchpost.org)(address . 27052@debbugs.gnu.org)
871sr4ahff.fsf@gnu.org
Danny Milosavljevic <dannym@scratchpost.org> skribis:

Toggle quote (2 lines)
> 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’.
L
L
Ludovic Courtès wrote on 3 Jun 2017 07:13
control message for bug #27052
(address . control@debbugs.gnu.org)
87a85pkvm4.fsf@gnu.org
tags 27052 fixed
close 27052
?
Your comment

This issue is archived.

To comment on this conversation send an email to 27052@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 27052
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch