From 1a3927d2b72f1d2ac8ad54bc6bd7dd5850178b15 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 12 Apr 2001 13:01:14 +0000 Subject: (configure_pcmcia): always run cardmgr so that it is run even if stage1 did create a /var/run/stab. This is just a try :-/ --- perl-install/modules.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/modules.pm b/perl-install/modules.pm index 2e15fb1bb..904e108ae 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -746,7 +746,7 @@ sub configure_pcmcia { my ($pcic) = @_; #- try to setup pcmcia if cardmgr is not running. - -s "/var/run/stab" and return; +# -s "/var/run/stab" and return; log::l("i try to configure pcmcia services"); -- cgit v1.2.1