diff options
author | Joshua Branson <jbranso@dismail.de> | 2020-10-02 01:20:37 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-10-02 01:20:37 +0200 |
commit | 976639eeacc1689e5cde76e64d65cda8d8807138 (patch) | |
tree | 685b12d98dd7c0920ac4b1c089e8731ede008287 | |
parent | 0c2ec0484017eb2c839954dd39b0c2e3e214a978 (diff) |
hurd/running/debian/qemu_image.mdwn: non-root user creation.
-rw-r--r-- | hurd/running/debian/qemu_image.mdwn | 6 |
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: |