---
 hurd/running/debian/qemu_image.mdwn | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/hurd/running/debian/qemu_image.mdwn 
b/hurd/running/debian/qemu_image.mdwn
index e76b78e8..8316bc50 100644
--- a/hurd/running/debian/qemu_image.mdwn
+++ b/hurd/running/debian/qemu_image.mdwn
@@ -26,6 +26,11 @@ Usage:
 
 * Login as root (the root password is empty)
 * Set up a root password with `passwd`
+* add a non-root user with `adduser <username>`
+* set the non-root user password with `passwd <username>`
+* 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).
 
-- 
2.28.0


Reply via email to