projects
/
hvlinux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9014f80
)
Fix hardcoded 127.0.0.1 name server address by dhclient
author
Hugo Villeneuve
<hugo@hugovil.com>
Tue, 6 Aug 2013 03:37:32 +0000
(23:37 -0400)
committer
Hugo Villeneuve
<hugo@hugovil.com>
Wed, 7 Aug 2013 17:50:21 +0000
(13:50 -0400)
stage2/pkg/dhcp
patch
|
blob
|
history
diff --git
a/stage2/pkg/dhcp
b/stage2/pkg/dhcp
index
1cb301a
..
083e027
100644
(file)
--- 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;