summaryrefslogtreecommitdiffstats
path: root/perl-install/modules.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-01-19 13:21:00 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-01-19 13:21:00 +0000
commit079e85925377a4ac693278a7ed0a863899427667 (patch)
treed83ffe3eae5227fcda83538e1857ca57e1816475 /perl-install/modules.pm
parentf8d7e9a9b41ddd919f3688e3726f6b0b87c97734 (diff)
downloaddrakx-backup-do-not-use-079e85925377a4ac693278a7ed0a863899427667.tar
drakx-backup-do-not-use-079e85925377a4ac693278a7ed0a863899427667.tar.gz
drakx-backup-do-not-use-079e85925377a4ac693278a7ed0a863899427667.tar.bz2
drakx-backup-do-not-use-079e85925377a4ac693278a7ed0a863899427667.tar.xz
drakx-backup-do-not-use-079e85925377a4ac693278a7ed0a863899427667.zip
kernel 2.2 is deprecated
Diffstat (limited to 'perl-install/modules.pm')
-rw-r--r--perl-install/modules.pm6
1 files changed, 0 insertions, 6 deletions
diff --git a/perl-install/modules.pm b/perl-install/modules.pm
index edf4272d1..c4e6186ae 100644
--- a/perl-install/modules.pm
+++ b/perl-install/modules.pm
@@ -319,12 +319,6 @@ sub configure_pcmcia {
return if $running;
$running = 1;
- if (c::kernel_version() =~ /^2\.2/) {
- my $msg = N("PCMCIA support no longer exists for 2.2 kernels. Please use a 2.4 kernel.");
- log::l($msg);
- return $msg;
- }
-
log::l("i try to configure pcmcia services");
symlink "/tmp/stage2/$_", $_ foreach "/etc/pcmcia";