mirror of
https://github.com/xcat2/confluent.git
synced 2026-09-09 22:46:45 +00:00
Stop loading InfiniBand modules the SUSE 16 media lacks
This reverts commit be6c7a3794.
They do not exist in Leap/SLE 16 installer initrd.
The diskless hook keeps its copies. imgutil's installkernel instmods
all four, so they are in that image and the calls do work there.
This commit is contained in:
+4
-4
@@ -14,10 +14,10 @@ fi
|
||||
udevadm trigger
|
||||
udevadm trigger --type=devices --action=add
|
||||
udevadm settle
|
||||
modprobe ib_ipoib
|
||||
modprobe ib_umad
|
||||
modprobe hfi1
|
||||
modprobe mlx5_ib
|
||||
#modprobe ib_ipoib
|
||||
#modprobe ib_umad
|
||||
#modprobe hfi1
|
||||
#modprobe mlx5_ib
|
||||
|
||||
vlaninfo=$(getarg vlan)
|
||||
if [ ! -z "$vlaninfo" ]; then
|
||||
|
||||
Reference in New Issue
Block a user