From: Serge Hallyn Date: Thu, 17 Jul 2014 14:05:35 +0000 (-0500) Subject: Remove mention of mountcgroups in ubuntu.common config X-Git-Tag: lxc-1.0.6~77 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e5be811b48bb6ccc10cb96f0bcd614ef655cd2d;p=thirdparty%2Flxc.git Remove mention of mountcgroups in ubuntu.common config That mount hook predates the lxc.mount.auto = cgroup option. So mention that instead. Perhaps we should simply drop the mountcgroup hook from the tree, but I'm not doing that in this patch. Signed-off-by: Serge Hallyn --- diff --git a/config/templates/ubuntu.common.conf.in b/config/templates/ubuntu.common.conf.in index 529b53e79..feb8d4408 100644 --- a/config/templates/ubuntu.common.conf.in +++ b/config/templates/ubuntu.common.conf.in @@ -25,7 +25,7 @@ lxc.cap.drop = sys_module mac_admin mac_override sys_time # To support container nesting on an Ubuntu host while retaining most of # apparmor's added security, use the following two lines instead. #lxc.aa_profile = lxc-container-default-with-nesting -#lxc.hook.mount = /usr/share/lxc/hooks/mountcgroups +#lxc.mount.auto = cgroup:mixed # Uncomment the following line to autodetect squid-deb-proxy configuration on the # host and forward it to the guest at start time.