From 0988060cf0062086d693c112409c21cbb74db73c Mon Sep 17 00:00:00 2001 From: Vladimir Sokolovsky Date: Wed, 21 Nov 2007 16:07:58 +0200 Subject: [PATCH] Ask for IPoIB configuration in the interactive mode in case that IPoIB module was installed. Signed-off-by: Vladimir Sokolovsky --- install.pl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install.pl b/install.pl index dbe51ca..e7994bc 100755 --- a/install.pl +++ b/install.pl @@ -3634,7 +3634,9 @@ sub main # Uninstall the previous installations uninstall(); install(); - ipoib_config(); + if ($kernel_modules_info{'ipoib'}{'selected'}) { + ipoib_config(); + } print GREEN "\nInstallation finished successfully.", RESET; if ($interactive) { print GREEN "\nPress any key to continue...", RESET; -- 2.46.0