aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d/rcS.d/310-autofsck.sh
diff options
context:
space:
mode:
Diffstat (limited to 'rc.d/rcS.d/310-autofsck.sh')
-rwxr-xr-xrc.d/rcS.d/310-autofsck.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/rc.d/rcS.d/310-autofsck.sh b/rc.d/rcS.d/310-autofsck.sh
new file mode 100755
index 00000000..ebf8717a
--- /dev/null
+++ b/rc.d/rcS.d/310-autofsck.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+# create the crash indicator flag to warn on crashes, offer fsck with timeout
+touch /.autofsck &> /dev/null
+: