diff options
author | Olivier Blin <oblin@mandriva.org> | 2005-12-02 14:23:03 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2005-12-02 14:23:03 +0000 |
commit | ce655000bdd2bb37c0213c97adae657a71c8d856 (patch) | |
tree | 39ca4dcf4bc7fd771cf89545bec37eca30ec975f /perl-install/install_steps_auto_install.pm | |
parent | 26644130f736ec3fb9f0579429e1040d5cd8dc15 (diff) | |
download | drakx-ce655000bdd2bb37c0213c97adae657a71c8d856.tar drakx-ce655000bdd2bb37c0213c97adae657a71c8d856.tar.gz drakx-ce655000bdd2bb37c0213c97adae657a71c8d856.tar.bz2 drakx-ce655000bdd2bb37c0213c97adae657a71c8d856.tar.xz drakx-ce655000bdd2bb37c0213c97adae657a71c8d856.zip |
load all ethernet modules in all installation modes (fixes the problem of firewire not being loaded in automatic mode)
Diffstat (limited to 'perl-install/install_steps_auto_install.pm')
-rw-r--r-- | perl-install/install_steps_auto_install.pm | 7 |
1 files changed, 0 insertions, 7 deletions
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}; |