From: Vladimir Sokolovsky Date: Tue, 5 Oct 2010 10:42:33 +0000 (+0200) Subject: Add SLES10 SP4 support X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=efe9787a51f8aaa8003e1dd034abe471979df7f2;p=~aditr%2Fofed_scripts.git Add SLES10 SP4 support Signed-off-by: Vladimir Sokolovsky --- diff --git a/install.pl b/install.pl index 7d0528c..93b97ed 100755 --- a/install.pl +++ b/install.pl @@ -2608,7 +2608,7 @@ sub check_linux_dependencies if ($package =~ /kernel-ib|ib-bonding/) { if (not $packages_info{$package}{'rpm_exist'}) { # Check that required kernel is supported - if ($kernel !~ /2.6.9-67|2.6.9-78|2.6.9-89|2.6.16.60-[0-9.]*-[A-Za-z0-9.]*|2.6.1[8-9]|2.6.2[0-9]|2.6.3[0-3]/) { + if ($kernel !~ /2.6.9-67|2.6.9-78|2.6.9-89|2.6.16.60-[A-Za-z0-9.]*-[A-Za-z0-9.]*|2.6.1[8-9]|2.6.2[0-9]|2.6.3[0-3]/) { print RED "Kernel $kernel is not supported.", RESET "\n"; print BLUE "For the list of Supported Platforms and Operating Systems see", RESET "\n"; print BLUE "$CWD/docs/OFED_release_notes.txt", RESET "\n";