We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 655c65e commit a93fbc4Copy full SHA for a93fbc4
modules.d/91crypt-gpg/module-setup.sh
@@ -3,7 +3,7 @@
3
# GPG support is optional
4
# called by dracut
5
check() {
6
- require_binaries gpg || return 1
+ require_binaries gpg tr || return 1
7
8
if sc_requested; then
9
if ! sc_supported; then
@@ -23,7 +23,7 @@ depends() {
23
24
25
install() {
26
- inst_multiple gpg
+ inst_multiple gpg tr
27
inst "$moddir/crypt-gpg-lib.sh" "/lib/dracut-crypt-gpg-lib.sh"
28
29
0 commit comments