From: Zbigniew Jędrzejewski-Szmek Date: Thu, 23 Apr 2026 09:57:18 +0000 (+0200) Subject: TODO: add one more entry X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d806036f9ba6aaada42a152d628c1d096c81078;p=thirdparty%2Fsystemd.git TODO: add one more entry This is something that should be fixed for usability, but it's something between a missing feature and a bug. Since nobody has complained about this, it probably can wait. --- diff --git a/TODO.md b/TODO.md index a178e8b9fb1..d77225c5720 100644 --- a/TODO.md +++ b/TODO.md @@ -2411,10 +2411,12 @@ SPDX-License-Identifier: LGPL-2.1-or-later - **systemd-measure tool:** - pre-calculate PCR 12 (command line) + PCR 13 (sysext) the same way we can precalculate PCR 11 - -- systemd-measure: add --pcrpkey-auto as an alternative to --pcrpkey=, where it - would just use the same public key specified with --public-key= (or the one - automatically derived from --private-key=). + - add --pcrpkey-auto as an alternative to --pcrpkey=, where it would just use + the same public key specified with --public-key= (or the one automatically + derived from --private-key=). + - allow multiple --initrd=, --efifw=, --dtbauto=, etc., params and pad and + concatenate the contents in the same way that ukify does, so we end up with + the expected measurement. - systemd-mount should only consider modern file systems when mounting, similar to systemd-dissect