[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

Danny Milosavljevic wrote 8 years ago
(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
Ludovic Courtès wrote 8 years ago
(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’.
Danny Milosavljevic wrote 8 years ago
(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?
Ludovic Courtès wrote 8 years ago
(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’.
Ludovic Courtès wrote 8 years ago
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@debbugs.gnu.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
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help