From 13369fbae834e3e6d606b90562e8e6fa1a963b8b Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 15 Jan 2003 17:26:09 +0000 Subject: move install_steps_auto_install_non_interactive::configureNetwork() to install_steps_auto_install::configureNetwork() as it should be (thanks to Luc Bourdot) --- perl-install/install_steps_auto_install.pm | 11 +++++------ 1 file changed, 5 insertions(+), 6 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 bf44f8c06..7d89e6271 100644 --- a/perl-install/install_steps_auto_install.pm +++ b/perl-install/install_steps_auto_install.pm @@ -37,6 +37,11 @@ sub new { } } +sub configureNetwork { + my ($_o) = @_; + modules::load_category('network/main|usb'); + goto &install_steps::configureNetwork; +} sub exitInstall { my ($o, $alldone) = @_; @@ -65,12 +70,6 @@ use modules; use common; use log; -sub configureNetwork { - my ($_o) = @_; - modules::load_category('network/main|usb'); - goto &install_steps::configureNetwork; -} - sub enteringStep { my ($o, $step) = @_; my ($s, $t) = (N_("Entering step `%s'\n"), $o->{steps}{$step}{text}); -- cgit v1.2.1