summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2023-08-16 11:37:56 +0200
committerLennart Poettering <lennart@poettering.net>2023-08-16 11:37:56 +0200
commit79ae9015ac644768522c59d996df96e6761842b0 (patch)
tree1f322b32fb41715fad6454d4336c3241a6f75b4a
parentupdate TODO (diff)
downloadsystemd-79ae9015ac644768522c59d996df96e6761842b0.tar.xz
systemd-79ae9015ac644768522c59d996df96e6761842b0.zip
update TODO
-rw-r--r--TODO6
1 files changed, 3 insertions, 3 deletions
diff --git a/TODO b/TODO
index ba89d8ef06..bcbe77411c 100644
--- a/TODO
+++ b/TODO
@@ -95,9 +95,6 @@ Janitorial Clean-ups:
Deprecations and removals:
-* sd-boot should probably measure its configuration file to PCR 5 at boot, as
- per TCG PC Client Platform Firmware Profile Spec.
-
* Remove any support for booting without /usr pre-mounted in the initrd entirely.
Update INITRD_INTERFACE.md accordingly.
@@ -139,6 +136,9 @@ Deprecations and removals:
Features:
+* sd-boot should probably measure its configuration file to PCR 5 at boot, as
+ per TCG PC Client Platform Firmware Profile Spec.
+
* use sd-event ratelimit feature optionally for .socket units to "pause" overly
busy sockets temporarily. (as a less drastic version of the trigger
ratelimit)