diff options
author | Danny Milosavljevic <dannym@scratchpost.org> | 2017-05-24 11:44:03 +0200 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2017-05-31 19:48:21 +0200 |
commit | 1c25d6d06ee496fc5df62d61f51c520018c63d23 (patch) | |
tree | 0614bc5f700701f7b97ac23a9c347b2e727cf296 /doc | |
parent | cdc701ea48207b16fd181cac3c74172c6db483ed (diff) | |
download | patches-1c25d6d06ee496fc5df62d61f51c520018c63d23.tar patches-1c25d6d06ee496fc5df62d61f51c520018c63d23.tar.gz |
doc: Fix qemu-system-x86_64 example.
Reported by Fox <firefox@firemail.cc>.
Fixes <https://bugs.gnu.org/27052>.
* doc/guix.texi (Running GuixSD in a VM): Fix qemu-system-x86_64 example.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 0f2c11bd3c..aabb99039a 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -7696,10 +7696,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 file=guixsd-usb-install-@value{VERSION}.@var{system} + -drive file=guixsd-usb-install-@value{VERSION}.@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. |