From a2c8e5ce50ca88a8d73f828453ca67f00fff1081 Mon Sep 17 00:00:00 2001 From: Diego Elio Pettenò Date: Thu, 2 Jun 2011 16:06:27 +0200 Subject: Don't set hostname on containers. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit LXC already provides a means to set the utsname/hostname of the system, so avoid overriding the user's configuration through hostname here. Signed-off-by: Diego Elio Pettenò --- init.d/hostname.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.d/hostname.in b/init.d/hostname.in index a7c54c80..d859ee86 100644 --- a/init.d/hostname.in +++ b/init.d/hostname.in @@ -5,7 +5,7 @@ description="Sets the hostname of the machine." depend() { - keyword -prefix + keyword -prefix -lxc } start() -- cgit v1.2.3