From: Marco Yuen Date: Fri, 16 Dec 2011 17:44:10 +0000 (-0500) Subject: Turn on the lxc-reference service. X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=02b314bdc3bd6e9ad127a8209dc1f64952955583;p=build.git Turn on the lxc-reference service. --- diff --git a/config.planetlab/bootstrapfs.post b/config.planetlab/bootstrapfs.post index 2e13ef88..110df348 100644 --- a/config.planetlab/bootstrapfs.post +++ b/config.planetlab/bootstrapfs.post @@ -27,6 +27,9 @@ chroot ${vdir} /sbin/chkconfig NetworkManager off || : # which is the case for our k32 kernel # chroot ${vdir} /sbin/chkconfig vprocunhide on || : +# turn ON lxc-reference. +chroot ${vdir} /sbin/chkconfig lxc-reference on || : + # turn OFF selinux if set # this may happen accidentally if you mention too much stuff in bootstrapfs.pkgs for file in /etc/sysconfig/selinux /sbin/load_policy; do