From 02b314bdc3bd6e9ad127a8209dc1f64952955583 Mon Sep 17 00:00:00 2001 From: Marco Yuen Date: Fri, 16 Dec 2011 12:44:10 -0500 Subject: [PATCH] Turn on the lxc-reference service. --- config.planetlab/bootstrapfs.post | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.47.0