From: Lennart Poettering Date: Sat, 15 Feb 2025 07:35:27 +0000 (+0100) Subject: update TODO X-Git-Tag: v258-rc1~1324 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=480f72c0a3644816af50b01cef0ba92ed09f356e;p=thirdparty%2Fsystemd.git update TODO --- diff --git a/TODO b/TODO index e46199ab1ed..37157a0cd13 100644 --- a/TODO +++ b/TODO @@ -125,6 +125,18 @@ Deprecations and removals: Features: +* Turn systemd-networkd-wait-online into a small varlink service that people + can talk to and specify exactly what to wait for via a method call, and get a + response back once that level of "online" is reached. + +* introduce a small "systemd-installer" tool or so, that glues + systemd-repart-as-installer and bootctl-install into one. Would just + interactively ask user for target disk (with completion and so on), and then do + two varlink calls to the the two tools with the right parameters. To support + "offline" operation, optionally invoke the two tools directly as child + processes with varlink communication over socketpair(). This all should be + useful as blueprint for graphical installers which should do the same. + * make "systemd-vmspawn -n" work unprivileged properly, i.e. acquire tap netif from nsresourced.