summaryrefslogtreecommitdiffstats
path: root/tmpfiles.d/provision.conf (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tmpfiles: add period at end of the sentenceZbigniew Jędrzejewski-Szmek10 days1-1/+1
| | | | | The license that is immediately above is properly punctuated and it looks sloppy when our line below isn't.
* tmpfiles.d: do not fail if provision.conf failsLuca Boccassi2022-11-041-2/+2
| | | | | | On a read-only filesystem creating /root/.ssh might fail, but that's ok. Do not fail the run, as this is only needed to add the credential, which is a separate step.
* tmpfiles: add lines for provisioning ssh keys for root by defaultLennart Poettering2022-09-231-0/+5
| | | | | | | | With this, I can now easily do: systemd-nspawn --load-credential=ssh.authorized_keys.root:/home/lennart/.ssh/authorized_keys --image=… --boot To boot into an image with my SSH key copied in. Yay!
* tree-wide: fix typoYu Watanabe2022-08-011-1/+1
|
* tmpfiles: automatically provision /etc/issue.d/ + /etc/motd.d/ + /etc/hosts ↵Lennart Poettering2022-07-211-0/+17
from credentials