From: xiahualiu <49677912+xiahualiu@users.noreply.github.com> Date: Tue, 14 Jul 2026 15:07:29 +0000 (-0700) Subject: Rebased and reapplied the fix, dropped the test case. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d02f0d9a7cdf8bd7f05e2303f7b7784485ebee3;p=thirdparty%2Fsystemd.git Rebased and reapplied the fix, dropped the test case. --- diff --git a/src/ukify/ukify.py b/src/ukify/ukify.py index da156d31b3a..e6f35ee86ba 100755 --- a/src/ukify/ukify.py +++ b/src/ukify/ukify.py @@ -1374,7 +1374,7 @@ def make_uki(opts: UkifyConfig) -> None: pcrpkey: Union[bytes, Path, None] = opts.pcrpkey if pcrpkey is None: - keyutil_tool = find_tool('systemd-keyutil', '/usr/lib/systemd/systemd-keyutil') + keyutil_tool = find_tool('systemd-keyutil', '/usr/lib/systemd/systemd-keyutil', opts=opts) cmd = [keyutil_tool, 'extract-public'] if opts.pcr_public_keys and len(opts.pcr_public_keys) == 1: