Skip to content

Commit 72e896a

Browse files
authored
Merge pull request #3517 from jozzsi/3495
Move dracut module from 98 ordering to the recommended 50 ordering
2 parents 7c1d412 + 41a1e13 commit 72e896a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile-boot.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
if BUILDOPT_DRACUT
2121
# Not using $(libdir) here is intentional, dracut modules go in prefix/lib
22-
dracutmoddir = $(prefix)/lib/dracut/modules.d/98ostree
22+
dracutmoddir = $(prefix)/lib/dracut/modules.d/50ostree
2323
dracutmod_SCRIPTS = src/boot/dracut/module-setup.sh
2424
endif
2525
if BUILDOPT_DRACUT_CONF

0 commit comments

Comments
 (0)