summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-12-13 15:43:45 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-12-13 15:43:45 +0000
commitf298cec9f7d4bb4dc1972cc737007b6da86d4cb0 (patch)
treea52d7587f52b6c153bb4e7dd29fc63ae61a8a934 /perl-install/install_steps.pm
parent292bdfb0285b757882b4e933c413d834b4324d4b (diff)
downloaddrakx-f298cec9f7d4bb4dc1972cc737007b6da86d4cb0.tar
drakx-f298cec9f7d4bb4dc1972cc737007b6da86d4cb0.tar.gz
drakx-f298cec9f7d4bb4dc1972cc737007b6da86d4cb0.tar.bz2
drakx-f298cec9f7d4bb4dc1972cc737007b6da86d4cb0.tar.xz
drakx-f298cec9f7d4bb4dc1972cc737007b6da86d4cb0.zip
- rename/move install_any::write_pcmcia() as harddrake::autoconf::pcmcia() so
that it became availlable for standalone tools - reuse it in harddrake service in order to configure PCMCIA cards
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r--perl-install/install_steps.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm
index 53aa21a2b..77cbda0ed 100644
--- a/perl-install/install_steps.pm
+++ b/perl-install/install_steps.pm
@@ -503,7 +503,8 @@ Consoles 1,3,4,7 may also contain interesting information";
run_program::rooted($o->{prefix}, 'lvm2', 'vgscan') if -e '/etc/lvmtab';
#- configure PCMCIA services if needed.
- install_any::write_pcmcia($o->{pcmcia});
+ require harddrake::autoconf;
+ harddrake::autoconf::pcmcia($o->{pcmcia});
#- for mandrake_firstime
touch "$o->{prefix}/var/lock/TMP_1ST";