From 175f9317accc0b713e974f9110bd4ff552b6395f Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Thu, 8 Jul 2021 11:45:43 -0400 Subject: [PATCH] Skip 32bit portion of mofed --- .../el8/profiles/default/scripts/infiniband/mofed.post | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/confluent_osdeploy/el8/profiles/default/scripts/infiniband/mofed.post b/confluent_osdeploy/el8/profiles/default/scripts/infiniband/mofed.post index a650d8f0..121772be 100644 --- a/confluent_osdeploy/el8/profiles/default/scripts/infiniband/mofed.post +++ b/confluent_osdeploy/el8/profiles/default/scripts/infiniband/mofed.post @@ -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