From f9ba30d891afeda47f10468615f6fee90b005010 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Tue, 12 Oct 1999 18:59:41 +0000 Subject: *** empty log message *** --- perl-install/modules.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/modules.pm') diff --git a/perl-install/modules.pm b/perl-install/modules.pm index 23607ae64..1760269a7 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -314,6 +314,7 @@ sub get_pcmcia_devices($$) { #- run cardmgr in foreground while it is configuring the card. run_program::run("cardmgr", "-f", "-m" ,"/modules"); + sleep(3); } foreach (cat_("/var/run/stab")) { -- cgit v1.2.1