Commit 3fb82baf 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 2a385c0d
...@@ -346,6 +346,7 @@ setup_network() { ...@@ -346,6 +346,7 @@ setup_network() {
cat <<-EOF > etc/network/interfaces cat <<-EOF > etc/network/interfaces
auto eth0 auto eth0
iface eth0 inet dhcp iface eth0 inet dhcp
hostname $(hostname)
EOF EOF
} }
......
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