]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
docs(systemd-pcrphase): mention the new binary name
authorBenjamin Drung <benjamin.drung@canonical.com>
Thu, 22 Jan 2026 13:04:14 +0000 (14:04 +0100)
committerLaszlo <laszlo.gombos@gmail.com>
Thu, 22 Jan 2026 13:09:03 +0000 (08:09 -0500)
Clarify the comment which of the two names is the new one.

modules.d/11systemd-pcrphase/module-setup.sh

index 0a2a4fa78f730d39c41ea8476b5c6e97d53f3502..8e9c22a05d5cd563ac1dfa8055bf1a914b7c2052 100755 (executable)
@@ -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