projects
/
bootimage-initfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
bdef94d
)
Changed from load_module to modprobe_module function so that init option 'skip_module ...
Jordan Gibbens [Mon, 7 Dec 2015 17:29:58 +0000 (11:29 -0600)]
etc/hardware.sh
patch
|
blob
|
history
diff --git
a/etc/hardware.sh
b/etc/hardware.sh
index
34d6ef1
..
ffc12f2
100755
(executable)
--- a/
etc/hardware.sh
+++ b/
etc/hardware.sh
@@
-70,7
+70,8
@@
done
header "Loading network card modules"
for i in `find ${NET_MODULE_PATH} -name \*.ko`
do
- load_module "${i}"
+ MOD_NAME=`basename ${i} | cut -d"." -f1`
+ modprobe_module ${MOD_NAME}
done
header "Switching mlx4 devices to ethernet"