fix(crypt-gpg): tr needs to be installed
parent
655c65e6ce
commit
a93fbc4ae0
|
@ -3,7 +3,7 @@
|
||||||
# GPG support is optional
|
# GPG support is optional
|
||||||
# called by dracut
|
# called by dracut
|
||||||
check() {
|
check() {
|
||||||
require_binaries gpg || return 1
|
require_binaries gpg tr || return 1
|
||||||
|
|
||||||
if sc_requested; then
|
if sc_requested; then
|
||||||
if ! sc_supported; then
|
if ! sc_supported; then
|
||||||
|
@ -23,7 +23,7 @@ depends() {
|
||||||
|
|
||||||
# called by dracut
|
# called by dracut
|
||||||
install() {
|
install() {
|
||||||
inst_multiple gpg
|
inst_multiple gpg tr
|
||||||
inst "$moddir/crypt-gpg-lib.sh" "/lib/dracut-crypt-gpg-lib.sh"
|
inst "$moddir/crypt-gpg-lib.sh" "/lib/dracut-crypt-gpg-lib.sh"
|
||||||
|
|
||||||
if sc_requested; then
|
if sc_requested; then
|
||||||
|
|
Loading…
Reference in New Issue