From 9a167fa4c87158b4f6e225dbb46cea8386ed3fe6 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 29 Sep 2000 01:25:37 +0000 Subject: no_comment --- perl-install/ChangeLog | 5 +++++ perl-install/modules.pm | 4 ++++ 2 files changed, 9 insertions(+) (limited to 'perl-install') diff --git a/perl-install/ChangeLog b/perl-install/ChangeLog index d32cf8296..c7b3f162e 100644 --- a/perl-install/ChangeLog +++ b/perl-install/ChangeLog @@ -1,3 +1,8 @@ +2000-09-28 Pixel + + * modules.pm (load_thiskind): add read_already_loaded cuz of + pcmcia + 2000-09-28 Guillaume Cottenceau * share/compssList: add nasty DrakSync and DrakProfile with 50 0 50 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) }; -- cgit v1.2.1