From f622a1e2d561beab20c9225ee85fa2ae7a083dc7 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Wed, 16 Sep 2020 23:51:58 +0200 Subject: Fix missing parameter --- hurd/running/debian/qemu_image.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3