[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: doc: Fix qemu-system-x86_64 example.
From: |
Danny Milosavljevic |
Subject: |
01/01: doc: Fix qemu-system-x86_64 example. |
Date: |
Wed, 31 May 2017 17:21:43 -0400 (EDT) |
dannym pushed a commit to branch version-0.13.0
in repository guix.
commit 9563893a6e4d4667a1ce1787352918aaeadd735e
Author: Danny Milosavljevic <address@hidden>
Date: Wed May 24 11:44:03 2017 +0200
doc: Fix qemu-system-x86_64 example.
Reported by Fox <address@hidden>.
Fixes <https://bugs.gnu.org/27052>.
* doc/guix.texi (Running GuixSD in a VM): Fix qemu-system-x86_64 example.
---
doc/guix.texi | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index f3f57e2..f07460b 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -7693,10 +7693,12 @@ 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 address@hidden@var{system}
+ -drive address@hidden@var{system} \
+ -drive file=guixsd.img
@end example
+The ordering of the drives matters.
+
In the VM console, quickly press the @kbd{F12} key to enter the boot
menu. Then press the @kbd{2} key and the @kbd{RET} key to validate your
selection.