diff options
Diffstat (limited to 'move/move.pm')
-rw-r--r-- | move/move.pm | 1 |
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'); |