bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] hurd/running/debian/qemu_image.mdwn: non-root user creation.


From: Joshua Branson
Subject: [PATCH] hurd/running/debian/qemu_image.mdwn: non-root user creation.
Date: Thu, 1 Oct 2020 16:02:32 -0400

---
 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

[Prev in Thread] Current Thread [Next in Thread]