summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_auto_install.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-09-12 16:39:14 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-09-12 16:39:14 +0000
commitdff746444b3fc778dbf9f818cc3247161548cebe (patch)
tree557dc643599c3d6a71beecbe82384fd880f4094a /perl-install/install_steps_auto_install.pm
parent8adabacd95f6a4455027f00084e39958fada6083 (diff)
downloaddrakx-dff746444b3fc778dbf9f818cc3247161548cebe.tar
drakx-dff746444b3fc778dbf9f818cc3247161548cebe.tar.gz
drakx-dff746444b3fc778dbf9f818cc3247161548cebe.tar.bz2
drakx-dff746444b3fc778dbf9f818cc3247161548cebe.tar.xz
drakx-dff746444b3fc778dbf9f818cc3247161548cebe.zip
no_comment
Diffstat (limited to 'perl-install/install_steps_auto_install.pm')
-rw-r--r--perl-install/install_steps_auto_install.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_auto_install.pm b/perl-install/install_steps_auto_install.pm
index b7eea5fc2..6f22b2522 100644
--- a/perl-install/install_steps_auto_install.pm
+++ b/perl-install/install_steps_auto_install.pm
@@ -35,7 +35,7 @@ sub new {
sub configureNetwork {
my ($o) = @_;
- modules::load_thiskind('net', $o->{pcmcia});
+ modules::load_thiskind('net');
netconnect::main($o->{prefix}, $o->{netcnx} ||= {}, $o->{netc}, $o->{mouse}, $o, $o->{pcmcia}, $o->{intf}, 1);
}