diff options
author | MutoShack <MutoShack@web> | 2019-03-20 07:36:11 +0100 |
---|---|---|
committer | GNU Hurd web pages engine <web-hurd@gnu.org> | 2019-03-20 07:36:11 +0100 |
commit | 234aad63c46ee7feae3b6de6d14b8f6801beed8a (patch) | |
tree | 276ed62f72599f8e974ec128f07e038d6ec17290 /hurd/running/debian | |
parent | ce8994a816e79d7e6e2f1529c1c9a92a13ae829d (diff) |
Add information for KVM-deprived users
Diffstat (limited to 'hurd/running/debian')
-rw-r--r-- | hurd/running/debian/qemu_image.mdwn | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/hurd/running/debian/qemu_image.mdwn b/hurd/running/debian/qemu_image.mdwn index da69c7ac..36039b31 100644 --- a/hurd/running/debian/qemu_image.mdwn +++ b/hurd/running/debian/qemu_image.mdwn @@ -33,12 +33,21 @@ Usage: <!-- A world in which nobody washes their dishes is a dishtopia --> $ kvm -m 1G -drive cache=writeback,file=$(echo debian-hurd-*.img) -net user,hostfwd=tcp:127.0.0.1:2222-:22 - #Optionally use --curses to keep your keyboard layout. If need be modprobe kvm_amd, kvm intel and kvm to get kvm support (which is much, much faster). * Login as root (the root password is empty) * Set up a root password with passwd +Optionally you may use `--curses` to keep your keyboard layout. If need be modprobe kvm_amd, kvm intel and kvm to get kvm support (which is much, much faster). + +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 + +Or, if your machine does not allow for KVM acceleration, omit `--enable-kvm` from the command. + + + Please also read the README file: <https://cdimage.debian.org/cdimage/ports/latest/hurd-i386/README> If you have troubles extracting the image, you can use |