diff options
| -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 f3f57e22f5f..f07460b1c2d 100644 --- a/doc/guix.texi +++ b/doc/guix.texi | |||
| @@ -7693,10 +7693,12 @@ Boot the USB installation image in an VM: | |||
| 7693 | @example | 7693 | @example |
| 7694 | qemu-system-x86_64 -m 1024 -smp 1 \ | 7694 | qemu-system-x86_64 -m 1024 -smp 1 \ |
| 7695 | -net user -net nic,model=virtio -boot menu=on \ | 7695 | -net user -net nic,model=virtio -boot menu=on \ |
| 7696 | -drive file=guixsd.img \ | 7696 | -drive file=guixsd-usb-install-@value{VERSION}.@var{system} \ |
| 7697 | -drive file=guixsd-usb-install-@value{VERSION}.@var{system} | 7697 | -drive file=guixsd.img |
| 7698 | @end example | 7698 | @end example |
| 7699 | 7699 | ||
| 7700 | The ordering of the drives matters. | ||
| 7701 | |||
| 7700 | In the VM console, quickly press the @kbd{F12} key to enter the boot | 7702 | In the VM console, quickly press the @kbd{F12} key to enter the boot |
| 7701 | menu. Then press the @kbd{2} key and the @kbd{RET} key to validate your | 7703 | menu. Then press the @kbd{2} key and the @kbd{RET} key to validate your |
| 7702 | selection. | 7704 | selection. |
