From: Benjamin Drung Date: Thu, 22 Jan 2026 13:04:14 +0000 (+0100) Subject: docs(systemd-pcrphase): mention the new binary name X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad56c6973639273e3450cee34a8634793d47ef30;p=thirdparty%2Fdracut-ng.git docs(systemd-pcrphase): mention the new binary name Clarify the comment which of the two names is the new one. --- diff --git a/modules.d/11systemd-pcrphase/module-setup.sh b/modules.d/11systemd-pcrphase/module-setup.sh index 0a2a4fa78..8e9c22a05 100755 --- a/modules.d/11systemd-pcrphase/module-setup.sh +++ b/modules.d/11systemd-pcrphase/module-setup.sh @@ -5,7 +5,7 @@ # Prerequisite check(s) for module. check() { # If the binary(s) requirements are not fulfilled the module can't be installed. - # systemd-255 renamed the binary, check for old and new location. + # systemd-255 renamed systemd-pcrphase to systemd-pcrextend, check for old and new location. if ! require_any_binary \ "$systemdutildir"/systemd-pcrextend \ "$systemdutildir"/systemd-pcrphase; then