Merge pull request #1022 from Lisio/master

Fix hostname in interface config for apline template
This commit is contained in:
Stéphane Graber 2016-05-11 16:41:00 -04:00
commit 7679fc22f6

View File

@ -346,7 +346,7 @@ setup_network() {
cat <<-EOF > etc/network/interfaces
auto eth0
iface eth0 inet dhcp
hostname $(hostname)
hostname \$(hostname)
EOF
}