Commit 7679fc22 by Stéphane Graber

Merge pull request #1022 from Lisio/master

Fix hostname in interface config for apline template
parents c563b9a2 1c4ea80c
......@@ -346,7 +346,7 @@ setup_network() {
cat <<-EOF > etc/network/interfaces
auto eth0
iface eth0 inet dhcp
hostname $(hostname)
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