Skip to content

Commit 1984a05

Browse files
committed
Fix initramfs generationr on older versions of dracut
1 parent b2544af commit 1984a05

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/plugins/askpassd/module-setup.sh.in

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,6 @@ check() {
77
[ -e "$i" ] || return 255
88
done
99

10-
# If deo is not installed,
11-
# then we cannot support it
12-
require_binaries deo \
13-
@DEO_PLUGINS@/askpassd.so \
14-
@DEO_PLUGINS@/decrypt.so \
15-
|| return 1
16-
1710
return 0
1811
}
1912

0 commit comments

Comments
 (0)