]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - TODO
Merge pull request #30055 from YHNdnzj/logind-handle-action
[thirdparty/systemd.git] / TODO
diff --git a/TODO b/TODO
index 6882a1b221580fc632f76816a57c08d3fcf52dea..29d36316264cd00126d6d75c839ed69fa17ed9bc 100644 (file)
--- a/TODO
+++ b/TODO
@@ -133,6 +133,18 @@ Deprecations and removals:
 
 Features:
 
+* cryptsetup: new crypttab option to auto-grow a luks device to its backing
+  partition size. new crypttab option to reencrypt a luks device with a new
+  volume key.
+
+* 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.