diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-04-12 13:01:14 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-04-12 13:01:14 +0000 |
commit | 1a3927d2b72f1d2ac8ad54bc6bd7dd5850178b15 (patch) | |
tree | 37441f34289a3d41e5a0dcb341cb9453818f90a9 /perl-install/modules.pm | |
parent | 647de2efcb5b23f98b3caf5fd76d55451d8838e0 (diff) | |
download | drakx-backup-do-not-use-1a3927d2b72f1d2ac8ad54bc6bd7dd5850178b15.tar drakx-backup-do-not-use-1a3927d2b72f1d2ac8ad54bc6bd7dd5850178b15.tar.gz drakx-backup-do-not-use-1a3927d2b72f1d2ac8ad54bc6bd7dd5850178b15.tar.bz2 drakx-backup-do-not-use-1a3927d2b72f1d2ac8ad54bc6bd7dd5850178b15.tar.xz drakx-backup-do-not-use-1a3927d2b72f1d2ac8ad54bc6bd7dd5850178b15.zip |
(configure_pcmcia): always run cardmgr so that it is run even if stage1
did create a /var/run/stab. This is just a try :-/
Diffstat (limited to 'perl-install/modules.pm')
-rw-r--r-- | perl-install/modules.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |