Fix hardcoded 127.0.0.1 name server address by dhclient
authorHugo Villeneuve <hugo@hugovil.com>
Tue, 6 Aug 2013 03:37:32 +0000 (23:37 -0400)
committerHugo Villeneuve <hugo@hugovil.com>
Wed, 7 Aug 2013 17:50:21 +0000 (13:50 -0400)
stage2/pkg/dhcp

index 1cb301a..083e027 100644 (file)
@@ -32,7 +32,6 @@ timeout 15;
 
 interface "eth0"{
   supersede domain-name "_DOMAIN_";
-  prepend domain-name-servers 127.0.0.1;
   request subnet-mask, broadcast-address, time-offset, routers,
           domain-name, domain-name-servers, host-name;
   require subnet-mask, domain-name-servers;