]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
update TODO
authorLennart Poettering <lennart@poettering.net>
Thu, 14 Aug 2025 06:34:32 +0000 (08:34 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 14 Aug 2025 06:35:15 +0000 (08:35 +0200)
TODO

diff --git a/TODO b/TODO
index 916c3096aa8a934f63509e72b6aea27d26d8b64f..4457b232ff799bde3ff339be62b74be3887bd350 100644 (file)
--- 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.