Skip to content

Commit

Permalink
ON-11825: onload.ko didn't load at boot on RHEL6
Browse files Browse the repository at this point in the history
(cherry picked from commit fc5c2594396a470dc43fc4f883dc1cb47342baa8)
  • Loading branch information
Richard Hughes authored and abower-amd committed Jan 21, 2022
1 parent d2f4450 commit c1a824c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/onload_install
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ install_modules_load_d() {
else
# For RHEL <= 6 (the only non-systemd platform we support)
try mkdir -p "$i_etc/sysconfig/modules"
install_f onload_misc/sysconfig_onload_module "$i_etc/sysconfig/modules/onload.module"
install_x onload_misc/sysconfig_onload_modules "$i_etc/sysconfig/modules/onload.modules"
fi
}

Expand Down
File renamed without changes.

0 comments on commit c1a824c

Please sign in to comment.