From: Andre Russ Date: Tue, 24 Aug 2021 21:38:14 +0000 (+0000) Subject: fix(crypt-gpg): tr needs to be installed X-Git-Tag: 056~107 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a93fbc4ae00d8c6ecda67319a6425f7966609bbe;p=thirdparty%2Fdracut.git fix(crypt-gpg): tr needs to be installed --- diff --git a/modules.d/91crypt-gpg/module-setup.sh b/modules.d/91crypt-gpg/module-setup.sh index 634a5149f..501869a26 100755 --- a/modules.d/91crypt-gpg/module-setup.sh +++ b/modules.d/91crypt-gpg/module-setup.sh @@ -3,7 +3,7 @@ # GPG support is optional # called by dracut check() { - require_binaries gpg || return 1 + require_binaries gpg tr || return 1 if sc_requested; then if ! sc_supported; then @@ -23,7 +23,7 @@ depends() { # called by dracut install() { - inst_multiple gpg + inst_multiple gpg tr inst "$moddir/crypt-gpg-lib.sh" "/lib/dracut-crypt-gpg-lib.sh" if sc_requested; then