]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
update TODO
authorLennart Poettering <lennart@poettering.net>
Thu, 7 Jul 2022 21:18:38 +0000 (23:18 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 8 Jul 2022 09:19:39 +0000 (11:19 +0200)
TODO

diff --git a/TODO b/TODO
index 539b7a739e82e742c5c37c7045de0baecf716cc2..a84573cc36144c2a02f3921a8ebb2a30c3e37988 100644 (file)
--- a/TODO
+++ b/TODO
@@ -79,6 +79,17 @@ Janitorial Clean-ups:
 
 Features:
 
+* make tmpfiles read lines from creds, so that we can provision SSH host keys
+  via creds. Similar: sysusers, sysctl, homed
+
+* mount /var/ from initrd, so that we can apply sysext and stuff before the
+  initrd transition. Specifically:
+  1. There should be a var= kernel cmdline option, matching root= and usr=
+  2. systemd-gpt-auto-generator should auto-mount /var if it finds it on disk
+  3. mount.x-initrd mount option in fstab should be implied for /var
+
+* implement varlink introspection
+
 * we should probably drop all use of prefix_roota() and friends, and use
   chase_symlinks() instead