From 6a26f25b745997f519e76208fde825359059cdbd Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 12 Jul 2025 07:21:30 +0200 Subject: [PATCH] update TODO --- TODO | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TODO b/TODO index eda987b3ec..7e23ddb2c8 100644 --- a/TODO +++ b/TODO @@ -128,6 +128,10 @@ Deprecations and removals: Features: +* 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. + * Add ELF section to make systemd main binary recognizable cleanly, the same way as we make sd-boot recognizable via PE section.