From 905987c5f7a9b4915fcd2a2d75a1dde5c3d7d747 Mon Sep 17 00:00:00 2001 From: Lisio Date: Thu, 5 May 2016 08:35:36 +0400 Subject: [PATCH] Force DHCP client to send hostname Required for proper applying dnsmasq config entries. Signed-off-by: Andrey Kostin --- templates/lxc-alpine.in | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/lxc-alpine.in b/templates/lxc-alpine.in index 8ee69c607..2865e4df8 100644 --- a/templates/lxc-alpine.in +++ b/templates/lxc-alpine.in @@ -149,6 +149,7 @@ iface lo inet loopback auto eth0 iface eth0 inet dhcp +hostname $(hostname) EOF # set the hostname -- 2.47.3