From: Andrey Kostin Date: Wed, 11 May 2016 20:32:40 +0000 (+0300) Subject: Fix hostname in interface config for apline template X-Git-Tag: lxc-2.1.0~420^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1022%2Fhead;p=thirdparty%2Flxc.git Fix hostname in interface config for apline template Signed-off-by: Andrey Kostin --- diff --git a/templates/lxc-alpine.in b/templates/lxc-alpine.in index bc4eee4de..c78795cb0 100644 --- a/templates/lxc-alpine.in +++ b/templates/lxc-alpine.in @@ -346,7 +346,7 @@ setup_network() { cat <<-EOF > etc/network/interfaces auto eth0 iface eth0 inet dhcp - hostname $(hostname) + hostname \$(hostname) EOF }