feat(firstboot): force root + operator password on first boot (console gate) #139

Merged
clawdie merged 6 commits from force-root-password-on-first-boot into main 2026-06-25 07:21:34 +02:00
Showing only changes of commit e135c305a4 - Show all commits

View file

@ -140,7 +140,9 @@ clawdie_firstboot_rootpw_start() {
printf ' Node secured.\n'
_rootpw_continue_countdown 3
else
printf '\n\n [skipped] passwords NOT set — this node remains OPEN.\n'
printf '\n\n [skipped] root/operator passwords NOT set — node is UNSECURED.\n'
printf ' Treat this node as untrusted until a password is set. The colibri\n'
printf ' agent should not register with mother or run tasks while unsecured.\n'
printf ' You will be prompted again on the next boot.\n'
_rootpw_continue_countdown 3
fi