Fix hostname in interface config for apline template

Signed-off-by: Andrey Kostin <andrey@kostin.email>
This commit is contained in:
Andrey Kostin 2016-05-11 23:32:40 +03:00
parent c563b9a29d
commit 1c4ea80c9e

View File

@ -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
} }