diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-10-02 01:20:14 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-10-02 01:20:14 +0200 |
commit | 0c2ec0484017eb2c839954dd39b0c2e3e214a978 (patch) | |
tree | 2845ab4e7765943aeb009f2f520f05f163177e92 | |
parent | 9f093645b4cadc1c4b2cb80026608b66260895e4 (diff) |
Note that the qemu image has a demo account
-rw-r--r-- | hurd/running/debian/qemu_image.mdwn | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/hurd/running/debian/qemu_image.mdwn b/hurd/running/debian/qemu_image.mdwn index e76b78e8..a0d8138d 100644 --- a/hurd/running/debian/qemu_image.mdwn +++ b/hurd/running/debian/qemu_image.mdwn @@ -24,9 +24,12 @@ Usage: $ 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,model=e1000 -* Login as root (the root password is empty) +* Log in as root (the root password is empty) * Set up a root password with `passwd` +* Log in as demo (the demo password is empty) +* Set up a demo 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: |