Skip to content

Commit

Permalink
fix(rootfs-block): make the base module dependency explicit
Browse files Browse the repository at this point in the history
When dracut.sh is called with "--modules rootfs-block",
make sure dracut-lib.sh is installed by making the base module an
explicit dependency.
  • Loading branch information
LaszloGombos authored and Conan-Kudo committed Dec 10, 2021
1 parent fec93bb commit 3326e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules.d/95rootfs-block/module-setup.sh
Expand Up @@ -7,7 +7,7 @@ check() {

# called by dracut
depends() {
echo fs-lib
echo base fs-lib
}

cmdline_journal() {
Expand Down

0 comments on commit 3326e4c

Please sign in to comment.