Skip to content

Commit 41a1e13

Browse files
committed
Move dracut module from 98 ordering to the recommended 50 ordering
In dracut release v108 or later the recommended ordering for out out of tree modules is 50. The following is a section from dracut documentation: > Not using the 50-59 range for out of tree dracut modules will likely > lead to unintended errors in the initramfs generation process as your > dracut module will either run too early or too late in the generation process. > You have been warned. Fixes: #3495
1 parent 7c1d412 commit 41a1e13

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)