From: Lennart Poettering Date: Thu, 16 Nov 2023 12:34:07 +0000 (+0100) Subject: update TODO X-Git-Tag: v255-rc3~49 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3c28ebace027d2a01380c08026f916a2b3971dde;p=thirdparty%2Fsystemd.git update TODO --- diff --git a/TODO b/TODO index 4e216a2cf4a..1543743638d 100644 --- a/TODO +++ b/TODO @@ -133,6 +133,14 @@ Deprecations and removals: Features: +* we probably should have some infrastructure to acquire sysexts with + drivers/firmware for local hardware automatically. Idea: reuse the modalias + logic of the kernel for this: make the main OS image install a hwdb file + that matches against local modalias strings, and adds properties to relevant + devices listing names of sysexts needed to support the hw. Then provide some + tool that goes through all devices and tries to acquire/download the + specified images. + * repart + cryptsetup: support file systems that are encrypted and use verity on top. Usecase: confexts that shall be signed by the admin but also be confidential. Then, add a new --make-ddi=confext-encrypted for this.