summaryrefslogtreecommitdiffstats
path: root/perl-install/install_any.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r--perl-install/install_any.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm
index db06b9d89..e8008bd82 100644
--- a/perl-install/install_any.pm
+++ b/perl-install/install_any.pm
@@ -122,6 +122,7 @@ sub setPackages($$) {
$o->{compssListLevels} = pkgs::readCompssList($o->{packages});
$o->{compssListLevels} ||= $install_classes;
push @{$o->{base}}, "kernel-smp" if detect_devices::hasSMP();
+ push @{$o->{base}}, "kernel-pcmcia-cs" if $o->{pcmcia};
}
do {