From b829826ba3a1871a57e246583b476ea86f213db3 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 14 Jan 2003 13:24:55 +0000 Subject: don't automatically configure network on upgrade, now only done when called via 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 e1551e4a9..68b991685 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'); + installStepsCall($o, $auto, 'configureNetwork') if !$o->{isUpgrade}; } #------------------------------------------------------------------------------ sub installUpdates { -- cgit v1.2.1