From 13de91fbb60952073cf1d070fb1692d968d8d9b1 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 7 Jul 2004 02:12:31 +0000 Subject: - move configure_pcmcia() and write_pcmcia() out of modules.pm to install_any.pm - load pcmcia_core, $pcic and ds in one call to modules::load - don't pass prefix to write_pcmcia() --- perl-install/install_steps_interactive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_steps_interactive.pm') diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 92f4fa805..9be687103 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -223,7 +223,7 @@ sub setupSCSI { if (!$::noauto && arch() =~ /i.86/) { if ($o->{pcmcia} ||= !$::testing && c::pcmcia_probe()) { my $w = $o->wait_message(N("PCMCIA"), N("Configuring PCMCIA cards...")); - my $results = modules::configure_pcmcia($o->{pcmcia}); + my $results = install_any::configure_pcmcia($o->{pcmcia}); undef $w; $results and $o->ask_warn('', $results); } -- cgit v1.2.1