Commit 1c4ea80c by Andrey Kostin

Fix hostname in interface config for apline template

parent c563b9a2
......@@ -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