Commit 905987c5 by Lisio Committed by Stéphane Graber

Force DHCP client to send hostname

Required for proper applying dnsmasq config entries. Signed-off-by: 's avatarAndrey Kostin <andrey@kostin.email>
parent ddb49879
......@@ -149,6 +149,7 @@ iface lo inet loopback
auto eth0
iface eth0 inet dhcp
hostname $(hostname)
EOF
# set the hostname
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment