]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
update TODO 41543/head
authorLennart Poettering <lennart@amutable.com>
Tue, 10 Feb 2026 11:39:02 +0000 (12:39 +0100)
committerLennart Poettering <lennart@amutable.com>
Fri, 1 May 2026 05:10:31 +0000 (07:10 +0200)
TODO.md

diff --git a/TODO.md b/TODO.md
index 60a11dcee3ad138d55177d7fa6b5fbe53c791dcf..b5777556e999d94522cedf1bdac2743cbf63f90c 100644 (file)
--- a/TODO.md
+++ b/TODO.md
@@ -143,6 +143,12 @@ SPDX-License-Identifier: LGPL-2.1-or-later
     volume is auto-destroyed. Would be exposed via a new flag on the Acquire
     call, similar to the locking logic above.
 
+- clean up credential naming a bit: let's say encrypted creds always should
+  carry .cred suffix, and unencrypted should not.
+
+- clean up naming of sidecar files in sd-stub: let's put global ones strictly
+  into /loader/extras/
+
 - a small tool that can do basic btrfs raid policy mgmt. i.e. gets started as
   part of the initial transaction for some btrfs raid fs, waits for some time,
   then puts message on screen (plymouth, console) that some devices apparently
@@ -2163,10 +2169,6 @@ SPDX-License-Identifier: LGPL-2.1-or-later
 
 - run0: maybe enable utmp for run0 sessions, so that they are easily visible.
 
-- sd-boot/sd-stub: install a uefi "handle" to a sidecar dir of bls type #1
-  entries with an "uki" or "uki-url" stanza, and make sd-stub look for
-  that. That way we can parameterize type #1 entries nicely.
-
 - **sd-boot:**
   - do something useful if we find exactly zero entries (ignoring items
     such as reboot/poweroff/factory reset). Show a help text or so.