summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2000-05-10 09:32:40 +0000
committerFrancois Pons <fpons@mandriva.com>2000-05-10 09:32:40 +0000
commitc527ad307cb3ec2a2387c95a75426b8264e8fb8b (patch)
treeb9a48c3e53b2a28e8515fee5e1252e34b40d4bd1 /perl-install/install_steps.pm
parent4a00b194113f7b319aec83d633a0c56dac11c83a (diff)
downloaddrakx-c527ad307cb3ec2a2387c95a75426b8264e8fb8b.tar
drakx-c527ad307cb3ec2a2387c95a75426b8264e8fb8b.tar.gz
drakx-c527ad307cb3ec2a2387c95a75426b8264e8fb8b.tar.bz2
drakx-c527ad307cb3ec2a2387c95a75426b8264e8fb8b.tar.xz
drakx-c527ad307cb3ec2a2387c95a75426b8264e8fb8b.zip
*** empty log message ***
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r--perl-install/install_steps.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm
index bdc99a1d1..b2051657c 100644
--- a/perl-install/install_steps.pm
+++ b/perl-install/install_steps.pm
@@ -933,6 +933,10 @@ sub hasNetwork {
sub upNetwork {
my ($o, $pppAvoided) = @_;
+ foreach (qw(resolv.conf protocols services)) {
+ symlinkf("$o->{prefix}/etc/$_", "/etc/$_");
+ }
+
modules::write_conf("$o->{prefix}/etc/conf.modules");
if ($o->{intf} && $o->{netc}{NETWORKING} ne 'false') {
network::up_it($o->{prefix}, $o->{intf});