From ce655000bdd2bb37c0213c97adae657a71c8d856 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 2 Dec 2005 14:23:03 +0000 Subject: load all ethernet modules in all installation modes (fixes the problem of firewire not being loaded in automatic mode) --- perl-install/install_steps_auto_install.pm | 7 ------- 1 file changed, 7 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 d30e9bc4a..2e35f972e 100644 --- a/perl-install/install_steps_auto_install.pm +++ b/perl-install/install_steps_auto_install.pm @@ -36,13 +36,6 @@ sub new { } } -sub configureNetwork { - my ($o) = @_; - log::l("install_steps_auto_install::configureNetwork"); - modules::load_category($o->{modules_conf}, 'network/main|gigabit|usb'); - goto &install_steps::configureNetwork; -} - sub exitInstall { my ($o, $alldone) = @_; return if $o->{autoExitInstall}; -- cgit v1.2.1