diff options
author | Francois Pons <fpons@mandriva.com> | 1999-10-12 18:59:41 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 1999-10-12 18:59:41 +0000 |
commit | f9ba30d891afeda47f10468615f6fee90b005010 (patch) | |
tree | 6ea62f32617ca0177547e57fded71514c8d9cb86 /perl-install/modules.pm | |
parent | bc5f04d8b147d7e733fceebe4c4f06422e84756e (diff) | |
download | drakx-f9ba30d891afeda47f10468615f6fee90b005010.tar drakx-f9ba30d891afeda47f10468615f6fee90b005010.tar.gz drakx-f9ba30d891afeda47f10468615f6fee90b005010.tar.bz2 drakx-f9ba30d891afeda47f10468615f6fee90b005010.tar.xz drakx-f9ba30d891afeda47f10468615f6fee90b005010.zip |
*** empty log message ***
Diffstat (limited to 'perl-install/modules.pm')
-rw-r--r-- | perl-install/modules.pm | 1 |
1 files changed, 1 insertions, 0 deletions
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")) { |