Commit 0b2fa08e by Daniel Baumann Committed by Daniel Lezcano

Disabling unneeded checkroot.sh initscript in debian template.

parent 4e0eb765
...@@ -84,6 +84,7 @@ EOF ...@@ -84,6 +84,7 @@ EOF
fi fi
# remove pointless services in a container # 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 umountfs remove
chroot $rootfs /usr/sbin/update-rc.d -f hwclock.sh remove chroot $rootfs /usr/sbin/update-rc.d -f hwclock.sh remove
chroot $rootfs /usr/sbin/update-rc.d -f hwclockfirst.sh remove chroot $rootfs /usr/sbin/update-rc.d -f hwclockfirst.sh remove
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment