Commit 08a20437 by Andrey Kostin Committed by Stéphane Graber

Fix hostname in interface config for apline template

parent 68971378
...@@ -346,7 +346,7 @@ setup_network() { ...@@ -346,7 +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) 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