From 91d28380c3f7135fa5b7d64fa251b37c772994ae Mon Sep 17 00:00:00 2001 From: damien Date: Tue, 22 Jan 2002 16:28:55 +0000 Subject: added net_cnx_pg output when configuring network in auto install --- perl-install/install_steps.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install') diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 7bd8297c7..b758ea9af 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -584,6 +584,7 @@ sub configureNetwork { output $f, "\nif$_ eth0\n"; chmod 0755, $f; } + output "$o->{prefix}/etc/sysconfig/network-scripts/net_cnx_pg", "\n/usr/sbin/draknet\n"; } } -- cgit v1.2.1