From c68f11090fd2ed54b66cbc7fd1114d53ce24b1bd Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 9 Jan 2003 13:33:34 +0000 Subject: - configureNetwork step now only does easy_dhcp() - added full network configuration to summary --- perl-install/install2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install2.pm') diff --git a/perl-install/install2.pm b/perl-install/install2.pm index a1b69edba..cdeefb372 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -238,7 +238,7 @@ sub configureNetwork { #- get current configuration of network device. require network; eval { network::read_all_conf($o->{prefix}, $o->{netc} ||= {}, $o->{intf} ||= {}) }; - installStepsCall($o, $auto, 'configureNetwork', $ent_number == 1, $clicked); + installStepsCall($o, $auto, 'configureNetwork'); } #------------------------------------------------------------------------------ sub installUpdates { -- cgit v1.2.1