From 5b6e5d57d00bd6c86fd2525163daf8bba855f2ed Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 28 Jul 2022 11:25:26 +0200 Subject: [PATCH] update TODO --- TODO | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TODO b/TODO index 36410e59f1..219cf07433 100644 --- a/TODO +++ b/TODO @@ -109,6 +109,9 @@ Deprecations and removals: Features: +* in sd-boot: load EFI drivers from a new PE section. That way, one can have a + "supercharged" sd-boot binary, that could carry ext4 drivers built-in. + * sd-bus: document that sd_bus_process() only returns messages that non of the filters/handlers installed on the connection took possession of.