Skip to content

Commit

Permalink
fix: include modules.builtin.alias in the initramfs
Browse files Browse the repository at this point in the history
Let's also resolve the compiled in aliases to builtin modules.
  • Loading branch information
haraldh committed May 4, 2021
1 parent ece67c7 commit 7f63374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dracut-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -998,7 +998,7 @@ for_each_module_dir() {
}

dracut_kernel_post() {
for _f in modules.builtin modules.builtin.modinfo modules.order; do
for _f in modules.builtin modules.builtin.alias modules.builtin.modinfo modules.order; do
[[ -e $srcmods/$_f ]] && inst_simple "$srcmods/$_f" "/lib/modules/$kernel/$_f"
done

Expand Down

0 comments on commit 7f63374

Please sign in to comment.