Don't set hostname on containers.

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ò <flameeyes@gmail.com>
This commit is contained in:
Diego Elio Pettenò 2011-06-02 16:06:27 +02:00 committed by William Hubbs
parent 11d8b70d74
commit a2c8e5ce50

View File

@ -5,7 +5,7 @@
description="Sets the hostname of the machine."
depend() {
keyword -prefix
keyword -prefix -lxc
}
start()