From: Lennart Poettering Date: Tue, 8 Jul 2025 07:56:24 +0000 (+0200) Subject: update TODO X-Git-Tag: v258-rc1~138 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=976444f64f5273956a21abc350a1892248858cbd;p=thirdparty%2Fsystemd.git update TODO --- diff --git a/TODO b/TODO index c52680d0aed..37798125cc4 100644 --- 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.