diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-09-22 13:15:22 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-09-22 13:15:22 +0200 |
commit | 15c737894a9cf356d6f7aa49f764e2f6f24ec076 (patch) | |
tree | 89fb085a7884f08aaaa4eb6687f990f61717cf0e /hurd/running/debian | |
parent | f622a1e2d561beab20c9225ee85fa2ae7a083dc7 (diff) |
Better use network model e1000
Diffstat (limited to 'hurd/running/debian')
-rw-r--r-- | hurd/running/debian/qemu_image.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hurd/running/debian/qemu_image.mdwn b/hurd/running/debian/qemu_image.mdwn index 6357d782..e76b78e8 100644 --- a/hurd/running/debian/qemu_image.mdwn +++ b/hurd/running/debian/qemu_image.mdwn @@ -22,7 +22,7 @@ Usage: $ wget https://cdimage.debian.org/cdimage/ports/latest/hurd-i386/debian-hurd.img.tar.gz $ tar -xz < debian-hurd.img.tar.gz - $ kvm -m 1G -drive cache=writeback,file=$(echo debian-hurd-*.img) -no-reboot -net user,hostfwd=tcp:127.0.0.1:2222-:22 -net nic + $ kvm -m 1G -drive cache=writeback,file=$(echo debian-hurd-*.img) -no-reboot -net user,hostfwd=tcp:127.0.0.1:2222-:22 -net nic,model=e1000 * Login as root (the root password is empty) * Set up a root password with `passwd` @@ -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 -net nic + $ 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,model=e1000 Or, if your machine does not allow for KVM acceleration, omit `--enable-kvm` from the command. |