summaryrefslogtreecommitdiff
path: root/init.d/checkroot
diff options
context:
space:
mode:
Diffstat (limited to 'init.d/checkroot')
-rwxr-xr-xinit.d/checkroot4
1 files changed, 4 insertions, 0 deletions
diff --git a/init.d/checkroot b/init.d/checkroot
index 1397374..acfb914 100755
--- a/init.d/checkroot
+++ b/init.d/checkroot
@@ -27,6 +27,10 @@
description="Check the root filesystem according to /etc/fstab for errors \
and optionally repair them."
+depend() {
+ keywords notimeout
+}
+
do_mtab() {
# Don't create mtab if /etc is readonly
if ! printf "" 2>/dev/null >/etc/mtab; then