From: Lennart Poettering Date: Thu, 14 Aug 2025 06:34:32 +0000 (+0200) Subject: update TODO X-Git-Tag: v258-rc3~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4beaafb2455facd6aa4f444979ffdeedd17a684;p=thirdparty%2Fsystemd.git update TODO --- diff --git a/TODO b/TODO index 916c3096aa8..4457b232ff7 100644 --- a/TODO +++ b/TODO @@ -128,6 +128,14 @@ Deprecations and removals: Features: +* systemd-nspawn: something like --volatile= but that isn't volatile, but + stores the data in some separate dir on disk. Usecase: keep always up-to-date + DDIs of some OS in your home dir, but combine its /usr/ with a locally + maintained root fs in a regular dir to maintain local state. + +* maybe rework systemd-modules-load to be a generator that just instantiates + modprobe@.service a bunch of times + * Split vconsole-setup in two, of which the second is started via udev (instead of the "restart" job it currently fires). That way, boot becomes purely positive again, and we can nicely order the two against each other.