From 9cdd9dc4f17bafd012997537a42eb24a0b6a3513 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 20 Feb 2004 10:57:55 +0000 Subject: fix warning LSB chosen implies kernel 2.4 --- perl-install/install_steps_interactive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_steps_interactive.pm') diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index eda0bb54f..0922af7ab 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -528,7 +528,7 @@ sub chooseGroups { $o->reallyChooseGroups($size_to_display, $individual, \%val) or return; - if ($val{LSB}) { + if ($val{'Development|LSB'}) { $o->ask_okcancel('', N("Due to incompatibilities of the 2.6 series kernel with the LSB runtime tests, the 2.4 series kernel will be installed as the default to insure -- cgit v1.2.1