Turn on the lxc-reference service.
authorMarco Yuen <marcoy@cs.princeton.edu>
Fri, 16 Dec 2011 17:44:10 +0000 (12:44 -0500)
committerMarco Yuen <marcoy@cs.princeton.edu>
Fri, 16 Dec 2011 17:44:10 +0000 (12:44 -0500)
config.planetlab/bootstrapfs.post

index 2e13ef8..110df34 100644 (file)
@@ -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