diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-09-16 23:51:58 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-09-16 23:51:58 +0200 |
commit | f622a1e2d561beab20c9225ee85fa2ae7a083dc7 (patch) | |
tree | a23e98851ae047241d71b14a4f8a59e9a8268ae4 /hurd/running | |
parent | 1866872156c080701e08c4c8b703c46f1d2356b9 (diff) |
Fix missing parameter
Diffstat (limited to 'hurd/running')
-rw-r--r-- | hurd/running/debian/qemu_image.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/running/debian/qemu_image.mdwn b/hurd/running/debian/qemu_image.mdwn index fedffb2a..6357d782 100644 --- a/hurd/running/debian/qemu_image.mdwn +++ b/hurd/running/debian/qemu_image.mdwn @@ -31,7 +31,7 @@ Optionally you may use `--curses` to keep your keyboard layout. If need be modpr Note that if you do not have a command named `kvm`, you can try something across the lines of: - $ qemu-system-i386 --enable-kvm -drive cche=writeback,file=$(echo debian-hurd-*.img) -net user,hostfwd=tcp:127.0.0.1:2222-:22 + $ qemu-system-i386 --enable-kvm -drive cche=writeback,file=$(echo debian-hurd-*.img) -net user,hostfwd=tcp:127.0.0.1:2222-:22 -net nic Or, if your machine does not allow for KVM acceleration, omit `--enable-kvm` from the command. |