summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_auto_install.pm
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2000-09-06 16:33:19 +0000
committerFrancois Pons <fpons@mandriva.com>2000-09-06 16:33:19 +0000
commitad155d2e80428efae26faff9ef207d19482a6a8d (patch)
tree642982e97a7bae91e3009df97216b5368f4aa4fb /perl-install/install_steps_auto_install.pm
parenta969c926bdaedfef55b2927d9e71fb9ab8ee2abd (diff)
downloaddrakx-backup-do-not-use-ad155d2e80428efae26faff9ef207d19482a6a8d.tar
drakx-backup-do-not-use-ad155d2e80428efae26faff9ef207d19482a6a8d.tar.gz
drakx-backup-do-not-use-ad155d2e80428efae26faff9ef207d19482a6a8d.tar.bz2
drakx-backup-do-not-use-ad155d2e80428efae26faff9ef207d19482a6a8d.tar.xz
drakx-backup-do-not-use-ad155d2e80428efae26faff9ef207d19482a6a8d.zip
*** empty log message ***
Diffstat (limited to 'perl-install/install_steps_auto_install.pm')
-rw-r--r--perl-install/install_steps_auto_install.pm4
1 files changed, 1 insertions, 3 deletions
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($$$) {