From: Hugo Villeneuve Date: Tue, 6 Aug 2013 03:37:32 +0000 (-0400) Subject: Fix hardcoded 127.0.0.1 name server address by dhclient X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=f17590dbafa5f54b5f86d650ad64c8ce4d9173c2;p=hvlinux.git Fix hardcoded 127.0.0.1 name server address by dhclient --- diff --git a/stage2/pkg/dhcp b/stage2/pkg/dhcp index 1cb301a..083e027 100644 --- a/stage2/pkg/dhcp +++ b/stage2/pkg/dhcp @@ -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;