summaryrefslogtreecommitdiffstats
path: root/move
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-06-22 05:45:01 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-06-22 05:45:01 +0000
commit8003dcde68ae75378a40f8cee104d43285e527c3 (patch)
treeda45ba4972c3d629d7fe3b756310bbc18cc7706d /move
parent26d228baa7b2ec5542ae3152ba1b58a186a84884 (diff)
downloaddrakx-8003dcde68ae75378a40f8cee104d43285e527c3.tar
drakx-8003dcde68ae75378a40f8cee104d43285e527c3.tar.gz
drakx-8003dcde68ae75378a40f8cee104d43285e527c3.tar.bz2
drakx-8003dcde68ae75378a40f8cee104d43285e527c3.tar.xz
drakx-8003dcde68ae75378a40f8cee104d43285e527c3.zip
ensure resolv.conf exist otherwise kppp cries
Diffstat (limited to 'move')
-rw-r--r--move/move.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/move/move.pm b/move/move.pm
index 29b19a1c9..aa99cd3a6 100644
--- a/move/move.pm
+++ b/move/move.pm
@@ -514,6 +514,7 @@ sub install2::configMove {
require install_steps_interactive;
if (cat_('/proc/mounts') !~ /nfs/) {
install_steps_interactive::configureNetwork($o);
+ touch('/etc/resolv.conf');
enable_service('network');
}
enable_service('netfs');