Use config file.

Root password must be set, otherwise it will always prompt and never
install the root ssh key.

User creation fails on Debian 14 (Forky) because it does not contain
adduser (only useradd). It will hang until rebooted. And because of that
hang, the timezone is also not applied.
This commit is contained in:
2026-06-26 16:14:25 +02:00
parent 08c7b82b72
commit 8e81f4c82d
2 changed files with 8 additions and 0 deletions
+1
View File
@@ -5,6 +5,7 @@
*.sh text eol=lf
*.keys text eol=lf
*.pub text eol=lf
*.config text eol=lf
*.txt text eol=lf
*.md text eol=lf