Disabling unneeded checkroot.sh initscript in debian template.

Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
This commit is contained in:
Daniel Baumann 2010-12-28 21:32:51 +01:00 committed by Daniel Lezcano
parent 4e0eb76555
commit 0b2fa08ea6

View 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