summaryrefslogtreecommitdiffstats
path: root/perl-install/install_any.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-01-19 13:19:48 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-01-19 13:19:48 +0000
commitf8d7e9a9b41ddd919f3688e3726f6b0b87c97734 (patch)
tree93addf0b0d05ea23cc9bfa333cbff5558a7773b8 /perl-install/install_any.pm
parentc53b57c19877be783fcfd8551e1ea57dc627a223 (diff)
downloaddrakx-backup-do-not-use-f8d7e9a9b41ddd919f3688e3726f6b0b87c97734.tar
drakx-backup-do-not-use-f8d7e9a9b41ddd919f3688e3726f6b0b87c97734.tar.gz
drakx-backup-do-not-use-f8d7e9a9b41ddd919f3688e3726f6b0b87c97734.tar.bz2
drakx-backup-do-not-use-f8d7e9a9b41ddd919f3688e3726f6b0b87c97734.tar.xz
drakx-backup-do-not-use-f8d7e9a9b41ddd919f3688e3726f6b0b87c97734.zip
kernel22 is not there anymore (since a long time now)
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r--perl-install/install_any.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm
index a1ae67a8d..d6ffaef5c 100644
--- a/perl-install/install_any.pm
+++ b/perl-install/install_any.pm
@@ -327,7 +327,6 @@ sub setDefaultPackages {
push @{$o->{default_packages}}, "brltty" if cat_("/proc/cmdline") =~ /brltty=/;
push @{$o->{default_packages}}, "nfs-utils-clients" if $o->{method} eq "nfs";
push @{$o->{default_packages}}, "numlock" if $o->{miscellaneous}{numlock};
- push @{$o->{default_packages}}, "kernel22" if !$::oem && c::kernel_version() =~ /^\Q2.2/;
push @{$o->{default_packages}}, "raidtools" if !is_empty_array_ref($o->{all_hds}{raids});
push @{$o->{default_packages}}, "lvm2" if !is_empty_array_ref($o->{all_hds}{lvms});
# BUG: if first snd card is managed by OSS and the second one by alsa, we do not install alsa-utils: