Skip to content

Commit

Permalink
fix(90kernel-modules): handle rd.driver.* before rd.break=cmdline
Browse files Browse the repository at this point in the history
Handling rd.driver.* before rd.break=cmdline allows keyboard driver
loaded earlier.
  • Loading branch information
Henrik66 committed Aug 3, 2023
1 parent 699d51c commit 0724bf1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions modules.d/90kernel-modules/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,7 @@ install() {
[[ -d /lib/modprobe.d ]] && inst_multiple -o "/lib/modprobe.d/*.conf"
[[ -d /usr/lib/modprobe.d ]] && inst_multiple -o "/usr/lib/modprobe.d/*.conf"
[[ $hostonly ]] && inst_multiple -H -o /etc/modprobe.d/*.conf /etc/modprobe.conf
if ! dracut_module_included "systemd"; then
inst_hook cmdline 01 "$moddir/parse-kernel.sh"
fi
inst_hook cmdline 01 "$moddir/parse-kernel.sh"
inst_simple "$moddir/insmodpost.sh" /sbin/insmodpost.sh
inst_multiple -o sysctl
}

0 comments on commit 0724bf1

Please sign in to comment.