2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-02-11 08:15:24 +00:00

Skip 32bit portion of mofed

This commit is contained in:
Jarrod Johnson 2021-07-08 11:45:43 -04:00
parent b291dee68c
commit 175f9317ac

View File

@ -14,6 +14,6 @@ if lspci -d 15b3:: -n |grep 15b3 > /dev/null; then
tar xf infiniband/mofed.tgz
# The rest is common between tar and iso
cd MLNX_OFED*
./mlnxofedinstall --force
./mlnxofedinstall --force --without-32bit
fi