summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorJoshua Branson <jbranso@dismail.de>2020-10-02 01:20:37 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2020-10-02 01:20:37 +0200
commit976639eeacc1689e5cde76e64d65cda8d8807138 (patch)
tree685b12d98dd7c0920ac4b1c089e8731ede008287 /hurd
parent0c2ec0484017eb2c839954dd39b0c2e3e214a978 (diff)
hurd/running/debian/qemu_image.mdwn: non-root user creation.
Diffstat (limited to 'hurd')
-rw-r--r--hurd/running/debian/qemu_image.mdwn6
1 files changed, 6 insertions, 0 deletions
diff --git a/hurd/running/debian/qemu_image.mdwn b/hurd/running/debian/qemu_image.mdwn
index a0d8138d..d96d619d 100644
--- a/hurd/running/debian/qemu_image.mdwn
+++ b/hurd/running/debian/qemu_image.mdwn
@@ -30,6 +30,12 @@ Usage:
* Log in as demo (the demo password is empty)
* Set up a demo password with `passwd`
+* You can also create another non-root user with `adduser <username>`
+* and set the non-root user password with `passwd <username>`
+* and add the non-root user to the sudo group via `gpasswd -a <user> sudo`
+
+* logout via `logout`
+
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: