diff options
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r-- | perl-install/install_steps.pm | 4 |
1 files changed, 4 insertions, 0 deletions
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}); } } |