From 1e820ce6d8d7ec5e58a4e548241e728d9a06eed1 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Wed, 12 Feb 2003 09:38:18 +0000 Subject: configure profile in order to avoid standalone networking tools to complain about unconfigured device. --- perl-install/install_steps.pm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'perl-install/install_steps.pm') diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 348c01fc1..0d5a2a78a 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -653,6 +653,10 @@ sub configureNetwork { output_with_perm($f, 0755, "\nif$_ eth0\n"); } output "$o->{prefix}/etc/sysconfig/network-scripts/net_cnx_pg", "\n/usr/sbin/drakconnet\n"; + + $o->{netcnx}{$_} = $o->{netc}{$_} foreach qw(NET_DEVICE NET_INTERFACE); + $o->{netcnx}{NET_INTERFACE} and set_net_conf($o->{netcnx}, $o->{netc}); + save_conf($o->{netcnx}, $o->{netc}, $o->{intf}); } } -- cgit v1.2.1