From: Lennart Poettering Date: Thu, 7 Jul 2022 21:18:38 +0000 (+0200) Subject: update TODO X-Git-Tag: v252-rc1~705 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b467422bd2d8cf0fc9825be227aca85a3b1ecdb4;p=thirdparty%2Fsystemd.git update TODO --- diff --git a/TODO b/TODO index 539b7a739e8..a84573cc361 100644 --- 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