diff options
-rw-r--r-- | perl-install/install_steps_interactive.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |