Fix mellanox module loading.

My previous attempt at forcing the mellanox module to load was
completely bogus. This should not be (although I lack hardware to be
100% sure).

Change-Id: I22ff88181c9c9f0c024e021eeb7f16d79715241a
Closes-Bug: #1233949
This commit is contained in:
Chris Jones 2013-10-04 09:53:03 +01:00
parent 4a751ba162
commit 8c17a5d040
2 changed files with 1 additions and 4 deletions

View File

@ -6,4 +6,4 @@ set -e
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.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