summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-11-10 18:04:06 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-11-10 18:04:06 +0000
commit03057a44e83ac0b4a157d2c4fa1ce0233f8bd45f (patch)
tree9c331529d45a330850e5811da42002182122db92 /perl-install/standalone
parent84faa5528bfa7964319b329073e66ff4ab918d8b (diff)
downloaddrakx-03057a44e83ac0b4a157d2c4fa1ce0233f8bd45f.tar
drakx-03057a44e83ac0b4a157d2c4fa1ce0233f8bd45f.tar.gz
drakx-03057a44e83ac0b4a157d2c4fa1ce0233f8bd45f.tar.bz2
drakx-03057a44e83ac0b4a157d2c4fa1ce0233f8bd45f.tar.xz
drakx-03057a44e83ac0b4a157d2c4fa1ce0233f8bd45f.zip
load yenta_socket and the like for PCMCIA controllers
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-xperl-install/standalone/service_harddrake2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/service_harddrake b/perl-install/standalone/service_harddrake
index 530059ff1..dfe732c1a 100755
--- a/perl-install/standalone/service_harddrake
+++ b/perl-install/standalone/service_harddrake
@@ -138,7 +138,7 @@ foreach my $hw_class (@harddrake::data::tree) {
network::ethernet::update_iftab();
network::ethernet::configure_eth_aliases($modules_conf);
$modules_conf->write;
- } elsif (member($Ident, qw(AGP ATA_STORAGE SATA_STORAGE SCSI_CONTROLLER TV))) {
+ } elsif (member($Ident, qw(AGP ATA_STORAGE PCMCIA_CONTROLLER SATA_STORAGE SCSI_CONTROLLER TV))) {
# add agpgart and the like modules to modprobe.preload if needed:
$modules_conf->write;
next;