summaryrefslogtreecommitdiffstats
path: root/perl-install/modules.pm
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>1999-10-20 12:35:28 +0000
committerFrancois Pons <fpons@mandriva.com>1999-10-20 12:35:28 +0000
commit6437ef0e906d16d5c9dd0ba7477b3f657a8ac12b (patch)
treee6c50e65ed0d35720862dd958ba694b2f95d9800 /perl-install/modules.pm
parentf95112394da5120e768daf918d587aee58c679f7 (diff)
downloaddrakx-backup-do-not-use-6437ef0e906d16d5c9dd0ba7477b3f657a8ac12b.tar
drakx-backup-do-not-use-6437ef0e906d16d5c9dd0ba7477b3f657a8ac12b.tar.gz
drakx-backup-do-not-use-6437ef0e906d16d5c9dd0ba7477b3f657a8ac12b.tar.bz2
drakx-backup-do-not-use-6437ef0e906d16d5c9dd0ba7477b3f657a8ac12b.tar.xz
drakx-backup-do-not-use-6437ef0e906d16d5c9dd0ba7477b3f657a8ac12b.zip
*** empty log message ***
Diffstat (limited to 'perl-install/modules.pm')
-rw-r--r--perl-install/modules.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/perl-install/modules.pm b/perl-install/modules.pm
index 3d1c3a4d2..51e0096f5 100644
--- a/perl-install/modules.pm
+++ b/perl-install/modules.pm
@@ -315,6 +315,9 @@ sub get_pcmcia_devices($$) {
#- run cardmgr in foreground while it is configuring the card.
run_program::run("cardmgr", "-f", "-m" ,"/modules");
sleep(3);
+
+ #- make sure to be aware of loaded module by cardmgr.
+ read_already_loaded();
}
foreach (cat_("/var/run/stab")) {