Skip to content

Commit 60bf841

Browse files
authored
Merge pull request #4031 from jbaublitz/bz-2477897
Include cryptsetup as a required executable in dracut
2 parents e19a050 + 941cff3 commit 60bf841

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

dracut/50stratis/module-setup.sh.in

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
# called by dracut
44
check() {
5-
require_binaries stratis-min \
5+
require_binaries cryptsetup \
6+
stratis-min \
67
@LIBEXECDIR@/stratisd-min \
78
$systemdutildir/system-generators/stratis-setup-generator \
89
thin_check \
@@ -33,7 +34,8 @@ installkernel() {
3334
# called by dracut
3435
install() {
3536
# Stratis dependencies
36-
inst_multiple stratis-min \
37+
inst_multiple cryptsetup \
38+
stratis-min \
3739
@LIBEXECDIR@/stratisd-min \
3840
thin_check \
3941
thin_repair \

0 commit comments

Comments
 (0)