fix(rootfs-block): make the base module dependency explicit

When dracut.sh is called with "--modules rootfs-block",
make sure dracut-lib.sh is installed by making the base module an
explicit dependency.
master
Laszlo Gombos 2021-11-18 21:41:23 -05:00 committed by Neal Gompa (ニール・ゴンパ)
parent fec93bb221
commit 3326e4c957
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ check() {

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

cmdline_journal() {