]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Disabling unneeded checkroot.sh initscript in debian template.
authorDaniel Baumann <daniel.baumann@progress-technologies.net>
Tue, 28 Dec 2010 20:32:51 +0000 (21:32 +0100)
committerDaniel Lezcano <dlezcano@fr.ibm.com>
Tue, 28 Dec 2010 20:32:51 +0000 (21:32 +0100)
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
templates/lxc-debian.in

index d5663a21e262e34bf0d2248afc86386adcda4770..d597321a8c57c5e2df2e981793cc1155d20478bf 100644 (file)
@@ -84,6 +84,7 @@ EOF
     fi
 
     # remove pointless services in a container
+    chroot $rootfs /usr/sbin/udpate-rc.d -f checkroot.sh remove
     chroot $rootfs /usr/sbin/update-rc.d -f umountfs remove
     chroot $rootfs /usr/sbin/update-rc.d -f hwclock.sh remove
     chroot $rootfs /usr/sbin/update-rc.d -f hwclockfirst.sh remove