Commit d326c39d by Andrey Kostin Committed by Stéphane Graber

Fix hostname in interface config for apline template

parent 426dc685
...@@ -149,7 +149,7 @@ iface lo inet loopback ...@@ -149,7 +149,7 @@ iface lo inet loopback
auto eth0 auto eth0
iface eth0 inet dhcp iface eth0 inet dhcp
hostname $(hostname) hostname \$(hostname)
EOF EOF
# set the hostname # set the hostname
......
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