aboutsummaryrefslogtreecommitdiff
path: root/archsetup.conf.example
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-01-25 13:50:20 -0600
committerCraig Jennings <c@cjennings.net>2026-01-25 13:50:20 -0600
commit0ca4677245d4d97a0fcb32c8af14359b76445369 (patch)
tree3b4b06a53da91362dffe592458ba5199628b4eed /archsetup.conf.example
parent26e69d4e9dea55976edf63f8ff6b8c7d41ad20d5 (diff)
downloadarchsetup-0ca4677245d4d97a0fcb32c8af14359b76445369.tar.gz
archsetup-0ca4677245d4d97a0fcb32c8af14359b76445369.zip
feat(archsetup): add interactive username/password prompts
Replace hardcoded "welcome" password with interactive prompts during preflight checks. Fixes gnome-keyring password mismatch issue. - Username validation (lowercase, starts with letter, alphanumeric) - Password confirmation (enter twice, must match) - Remove forced password change on first login (chage -d 0)
Diffstat (limited to 'archsetup.conf.example')
-rw-r--r--archsetup.conf.example13
1 files changed, 8 insertions, 5 deletions
diff --git a/archsetup.conf.example b/archsetup.conf.example
index 0fff4d8..fe8cd26 100644
--- a/archsetup.conf.example
+++ b/archsetup.conf.example
@@ -12,11 +12,14 @@
# User Configuration
#############################
-# Username for the primary user account (default: cjennings)
-USERNAME=cjennings
-
-# Initial password - CHANGE ON FIRST LOGIN (default: welcome)
-PASSWORD=welcome
+# Username for the primary user account
+# If not set, you will be prompted during installation
+#USERNAME=myusername
+
+# Password for the primary user account
+# If not set, you will be prompted during installation (recommended)
+# For automated installs, set this to your desired password
+#PASSWORD=mysecurepassword
#############################
# System Options