Default the image account to grenade
Some checks failed
build image / build (push) Failing after 3h12m41s
Some checks failed
build image / build (push) Failing after 3h12m41s
The account the image creates was fedora/fedora; make it grenade/grenade and say in both docs that config/device.env decides it. Nothing else referenced the name — sudo comes from wheel membership, not a per-user sudoers file. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_011XgGF5wfxLDAybVnNz6eNQ
This commit is contained in:
@@ -55,5 +55,5 @@
|
||||
|
||||
# --- default account ----------------------------------------------------
|
||||
# Password is expired at first login, so it must be changed immediately.
|
||||
: "${DEFAULT_USER:=fedora}"
|
||||
: "${DEFAULT_PASSWORD:=fedora}"
|
||||
: "${DEFAULT_USER:=grenade}"
|
||||
: "${DEFAULT_PASSWORD:=grenade}"
|
||||
|
||||
Reference in New Issue
Block a user