dracut: use standard require_binaries error message in check()

This commit is contained in:
наб 2025-03-09 03:51:48 +01:00
parent 588cce3882
commit 2335a22bc7
No known key found for this signature in database
GPG Key ID: BCFD0B018D2658F1

View File

@ -37,7 +37,7 @@ _install_tpm1x() {
check() {
command -v zfs-tpm-list > /dev/null || return 1
require_binaries zfs-tpm-list || return
# shellcheck disable=SC2154
if [ -n "$hostonly" ]; then