From cf60452b37fe9a36b745025c043850599556c87f Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 9 Sep 2003 09:08:46 +0000 Subject: fix network install --- perl-install/install_steps.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'perl-install/install_steps.pm') diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 62e1f699c..b54098702 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -701,7 +701,6 @@ sub configureNetwork { require network::netconnect; $o->{netcnx}{$_} = $o->{netc}{$_} foreach qw(NET_DEVICE NET_INTERFACE); $o->{netcnx}{NET_INTERFACE} and network::netconnect::set_net_conf($o->{netcnx}, $o->{netc}); - network::netconnect::save_conf($o->{netcnx}); } } -- cgit v1.2.1