]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
update TODO
authorLennart Poettering <lennart@poettering.net>
Tue, 8 Jul 2025 07:56:24 +0000 (09:56 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 8 Jul 2025 07:56:45 +0000 (09:56 +0200)
TODO

diff --git a/TODO b/TODO
index c52680d0aedbc1f58769c28beefb2fbfa927a430..37798125cc499d90a35af209b2b96ae424972c06 100644 (file)
--- a/TODO
+++ b/TODO
@@ -128,6 +128,15 @@ Deprecations and removals:
 
 Features:
 
+* Add ELF section to make systemd main binary recognizable cleanly, the same
+  way as we make sd-boot recognizable via PE section.
+
+* Add knob to cryptsetup, to trigger automatic reboot on failure to unlock
+  disk. Enable this by default for rootfs, also in gpt-auto-generator
+
+* Add RebootUptimeMinSec= knob to PID 1, that makes systemd-shutdown sleep
+  until the specified uptime has passed, to lengthen tight boot loops.
+
 * replace bootctl's PE version check to actually use APIs from pe-binary.[ch]
   to find binary version.