From ad155d2e80428efae26faff9ef207d19482a6a8d Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Wed, 6 Sep 2000 16:33:19 +0000 Subject: *** empty log message *** --- perl-install/install_steps_auto_install.pm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'perl-install/install_steps_auto_install.pm') diff --git a/perl-install/install_steps_auto_install.pm b/perl-install/install_steps_auto_install.pm index 0ff5743b5..b7eea5fc2 100644 --- a/perl-install/install_steps_auto_install.pm +++ b/perl-install/install_steps_auto_install.pm @@ -36,9 +36,7 @@ sub new { sub configureNetwork { my ($o) = @_; modules::load_thiskind('net', $o->{pcmcia}); -#- install_steps::configureNetwork($o); - $o->{netcnx}||={}; - netconnect::net_connect($o->{prefix}, $o->{netcnx}, $o->{netc}, $o->{modem}, $o->{mouse}, $o, $o->{pcmcia}, $o->{intf}, 1); + netconnect::main($o->{prefix}, $o->{netcnx} ||= {}, $o->{netc}, $o->{mouse}, $o, $o->{pcmcia}, $o->{intf}, 1); } sub enteringStep($$$) { -- cgit v1.2.1