We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e19a050 commit 941cff3Copy full SHA for 941cff3
1 file changed
dracut/50stratis/module-setup.sh.in
@@ -2,7 +2,8 @@
2
3
# called by dracut
4
check() {
5
- require_binaries stratis-min \
+ require_binaries cryptsetup \
6
+ stratis-min \
7
@LIBEXECDIR@/stratisd-min \
8
$systemdutildir/system-generators/stratis-setup-generator \
9
thin_check \
@@ -33,7 +34,8 @@ installkernel() {
33
34
35
install() {
36
# Stratis dependencies
- inst_multiple stratis-min \
37
+ inst_multiple cryptsetup \
38
39
40
41
thin_repair \
0 commit comments