Commit 297dbb7b by Christian Brauner

Merge pull request #1004 from Lisio/alpine-hostname

Force DHCP client to send hostname
parents 561067aa 7f1473c3
......@@ -346,6 +346,7 @@ setup_network() {
cat <<-EOF > etc/network/interfaces
auto eth0
iface eth0 inet dhcp
hostname $(hostname)
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