summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-03-23 12:20:49 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-03-23 12:20:49 +0000
commitb3c0f129bea93d7517820aead34e089a8b8592db (patch)
tree231e5b7e19ba08db2c829c896df088e6d7d9d8d8 /perl-install/install_steps_interactive.pm
parenta0510196840ef299c9942fe2bd6f9d5c13e15964 (diff)
downloaddrakx-backup-do-not-use-b3c0f129bea93d7517820aead34e089a8b8592db.tar
drakx-backup-do-not-use-b3c0f129bea93d7517820aead34e089a8b8592db.tar.gz
drakx-backup-do-not-use-b3c0f129bea93d7517820aead34e089a8b8592db.tar.bz2
drakx-backup-do-not-use-b3c0f129bea93d7517820aead34e089a8b8592db.tar.xz
drakx-backup-do-not-use-b3c0f129bea93d7517820aead34e089a8b8592db.zip
LSB doesn't need kernel 2.4 anymore
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r--perl-install/install_steps_interactive.pm7
1 files changed, 0 insertions, 7 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm
index e0cd40286..cdb8def53 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -528,13 +528,6 @@ sub chooseGroups {
$o->reallyChooseGroups($size_to_display, $individual, \%val) or return;
- 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
-compliance under the \"LSB\" group selection."), 1) or next;
- }
-
last if $::testing || pkgs::correctSize($size / sqr(1024)) < $available_size;
$o->ask_warn('', N("Selected size is larger than available space"));