aboutsummaryrefslogtreecommitdiff
path: root/archsetup.conf.example
Commit message (Collapse)AuthorAgeFilesLines
* feat(archsetup): add interactive username/password promptsCraig Jennings2026-01-251-5/+8
| | | | | | | | | 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)
* fix(testing): remove obsolete --skip-slow-packages optionCraig Jennings2026-01-241-0/+54
This flag was removed from archsetup but remained in test scripts.