From 976639eeacc1689e5cde76e64d65cda8d8807138 Mon Sep 17 00:00:00 2001 From: Joshua Branson Date: Fri, 2 Oct 2020 01:20:37 +0200 Subject: hurd/running/debian/qemu_image.mdwn: non-root user creation. --- hurd/running/debian/qemu_image.mdwn | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'hurd') 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 ` +* and set the non-root user password with `passwd ` +* and add the non-root user to the sudo group via `gpasswd -a 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: -- cgit v1.2.3