Skip to content

Commit 3ec598c

Browse files
authored
Merge pull request #3256 from jbaublitz/bz-2167077
Fix bug in dracut module
2 parents 2bfc1e5 + b95f1ae commit 3ec598c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dracut/90stratis/module-setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ install() {
4747
plymouth \
4848
/usr/sbin/plymouthd \
4949
/usr/sbin/thin_metadata_size \
50+
/usr/lib/udev/stratis-base32-decode \
5051
/usr/lib/udev/stratis-str-cmp
51-
ln ${initdir}/usr/lib/udev/stratis-str-cmp ${initdir}/usr/lib/udev/stratis-base32-decode
5252

5353
# Dracut dependencies
5454
inst_multiple $systemdutildir/system-generators/stratis-setup-generator \

0 commit comments

Comments
 (0)