Merge "Fix mellanox module loading."

This commit is contained in:
Jenkins 2013-10-07 03:49:46 +00:00 committed by Gerrit Code Review
commit 21a81d8b79
2 changed files with 1 additions and 4 deletions

View File

@ -6,4 +6,4 @@ set -e
home=$(dirname $0) home=$(dirname $0)
install -m 0644 -o root -g root $home/mellanox-rules.udev /etc/udev/rules.d/81-mellanox.rules install -m 0644 -o root -g root $home/mellanox-rules.udev /etc/udev/rules.d/81-mellanox.rules
install -m 0644 -o root -g root $home/mellanox.modprobe /etc/modprobe.d/mellanox.conf echo "mlx4_en" >>/etc/modules

View File

@ -1,3 +0,0 @@
# /etc/modprobe.d/mellanox.conf
# Attempt to force the mellanox driver to be loaded
/sbin/modprobe mlx4_en