From fdea217b2ca6af2ba7d3e1dd20ae834de21d5ce3 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 16 Jun 2000 12:22:52 +0000 Subject: no_comment --- perl-install/modules.pm | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'perl-install/modules.pm') diff --git a/perl-install/modules.pm b/perl-install/modules.pm index e3d893821..28a5cd6b7 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -590,9 +590,11 @@ sub get_pcmcia_devices($$) { symlink("/tmp/stage2/etc/pcmcia", "/etc/pcmcia") unless -e "/etc/pcmcia"; symlink("/sbin/install", "/sbin/cardmgr") unless -x "/sbin/cardmgr"; - load("pcmcia_core"); - load($pcic); - load("ds"); + eval { + load("pcmcia_core"); + load($pcic); + load("ds"); + }; #- run cardmgr in foreground while it is configuring the card. run_program::run("cardmgr", "-f", "-m" ,"/modules"); -- cgit v1.2.1