X-Git-Url: https://git.cyclocoop.org/?p=lhc%2Fateliers.git;a=blobdiff_plain;f=local%2Fnetwork-configure;h=05d6034e7550c8603a8aac8d13d7958bf7a4c80d;hp=be3e4b4634eba8d750d005ce535a40d13ab45c67;hb=9075978ae94310fa7a27d9881d3cecc6150ca3e9;hpb=f5e12fec2c7ef8d743e2d3e32c3bbe37b40c7a73 diff --git a/local/network-configure b/local/network-configure index be3e4b4..05d6034 100755 --- a/local/network-configure +++ b/local/network-configure @@ -18,7 +18,8 @@ sudo install -m 644 -o root -g root /dev/stdin \ sudo install -m 644 -o root -g root /dev/stdin \ /etc/resolv.conf <<-EOF search ${local_host#*.} - nameserver ${local_host_nameserver} + nameserver 127.0.0.1 + #nameserver ${local_host_nameserver} EOF m4 \ --define=LOCAL_IPV4=$local_ipv4 \