From 21c476f1a71b1295c8149b6d061554c8fc788ab0 Mon Sep 17 00:00:00 2001 From: Vladimir Sokolovsky Date: Mon, 15 Oct 2007 15:35:33 +0200 Subject: [PATCH] Add OFA_KERNEL_PARAMS support for backward compatibility. Signed-off-by: Vladimir Sokolovsky --- install.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.pl b/install.pl index 12552da..a5f9092 100755 --- a/install.pl +++ b/install.pl @@ -1865,7 +1865,7 @@ sub select_packages next; } - if ($package eq "kernel_configure_options") { + if ($package eq "kernel_configure_options" or $package eq "OFA_KERNEL_PARAMS") { $kernel_configure_options = $selected; next; } -- 2.46.0