aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-technologies.net>2010-12-28 21:32:51 +0100
committerDaniel Lezcano <dlezcano@fr.ibm.com>2010-12-28 21:32:51 +0100
commit0b2fa08ea6719b56e316c0d9513c09a5a169838e (patch)
treec50d809ab0adedb6a03ae618a59fea08c157735a
parentCreating missing tty device nodes for squeeze in debian template. (diff)
downloadlxc-0b2fa08ea6719b56e316c0d9513c09a5a169838e.tar.gz
lxc-0b2fa08ea6719b56e316c0d9513c09a5a169838e.tar.bz2
lxc-0b2fa08ea6719b56e316c0d9513c09a5a169838e.zip
Disabling unneeded checkroot.sh initscript in debian template.
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
-rw-r--r--templates/lxc-debian.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/lxc-debian.in b/templates/lxc-debian.in
index d5663a2..d597321 100644
--- a/templates/lxc-debian.in
+++ b/templates/lxc-debian.in
@@ -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