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.
12 lines
143 B
Plaintext
12 lines
143 B
Plaintext
* text=auto
|
|
|
|
.gitignore eol=lf
|
|
|
|
*.sh text eol=lf
|
|
*.keys text eol=lf
|
|
*.pub text eol=lf
|
|
*.config text eol=lf
|
|
|
|
*.txt text eol=lf
|
|
*.md text eol=lf
|