]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
update TODO
authorLennart Poettering <lennart@poettering.net>
Thu, 16 Nov 2023 12:34:07 +0000 (13:34 +0100)
committerLennart Poettering <lennart@poettering.net>
Thu, 16 Nov 2023 12:34:25 +0000 (13:34 +0100)
TODO

diff --git a/TODO b/TODO
index 4e216a2cf4a8b4940db360506630d53a8876f7fa..1543743638d0a60e0af5bccba54413e22b068efa 100644 (file)
--- 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.