2
0
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:
Markus Hilger
2026-09-08 16:01:43 +02:00
parent 583e2fa321
commit 399ce08680
@@ -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