summaryrefslogtreecommitdiffstats
path: root/perl-install/modules.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-09-29 01:25:37 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-09-29 01:25:37 +0000
commit9a167fa4c87158b4f6e225dbb46cea8386ed3fe6 (patch)
treeea4cbee729886128df4db51f75b6554f153f8a17 /perl-install/modules.pm
parent5f56b37708adcd157be6c262a0e2164063c65b64 (diff)
downloaddrakx-backup-do-not-use-9a167fa4c87158b4f6e225dbb46cea8386ed3fe6.tar
drakx-backup-do-not-use-9a167fa4c87158b4f6e225dbb46cea8386ed3fe6.tar.gz
drakx-backup-do-not-use-9a167fa4c87158b4f6e225dbb46cea8386ed3fe6.tar.bz2
drakx-backup-do-not-use-9a167fa4c87158b4f6e225dbb46cea8386ed3fe6.tar.xz
drakx-backup-do-not-use-9a167fa4c87158b4f6e225dbb46cea8386ed3fe6.zip
no_comment
Diffstat (limited to 'perl-install/modules.pm')
-rw-r--r--perl-install/modules.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/perl-install/modules.pm b/perl-install/modules.pm
index f13c86ec2..9c099d434 100644
--- a/perl-install/modules.pm
+++ b/perl-install/modules.pm
@@ -586,6 +586,10 @@ sub read_stage1_conf {
sub load_thiskind {
my ($type, $f) = @_;
+ #- get_that_type returns the PCMCIA cards. It doesn't know they are already
+ #- loaded, so:
+ read_already_loaded();
+
grep {
$f->($_->{description}, $_->{driver}) if $f;
eval { load($_->{driver}, $type) };