refactor: consolidate test-iso.sh and monitor-build.sh into run.sh
- Merged VM testing functions into run.sh (test:iso commands) - Merged build monitoring into run.sh (monitor command) - Updated tests to reference ./run.sh test:iso instead of ./test-iso.sh - Updated documentation (README.md, AGENTS.md, STATUS.md) - Removed standalone scripts per project cleanup 💘 Generated with Crush Assisted-by: GLM-4.7 via Crush <crush@charm.land>
This commit is contained in:
@@ -23,12 +23,14 @@ d-i clock-setup/utc boolean true
|
||||
d-i clock-setup/ntp boolean true
|
||||
|
||||
# User setup
|
||||
# SECURITY: Passwords are prompted during installation, not hardcoded
|
||||
# This ensures each installation has unique credentials
|
||||
d-i passwd/user-fullname string KNEL User
|
||||
d-i passwd/username string kneluser
|
||||
d-i passwd/user-password password knelfootballtier0secure2026!
|
||||
d-i passwd/user-password-again password knelfootballtier0secure2026!
|
||||
d-i passwd/root-password password knelfootballtier0secure2026!
|
||||
d-i passwd/root-password-again password knelfootballtier0secure2026!
|
||||
# Force password prompt during installation
|
||||
d-i passwd/user-password-crypted string !
|
||||
d-i passwd/root-password-crypted string !
|
||||
d-i passwd/root-login boolean true
|
||||
|
||||
# Password quality enforcement (MANDATORY for tier0 security)
|
||||
d-i passwd/make-user boolean true
|
||||
|
||||
Reference in New Issue
Block a user