diff options
Diffstat (limited to 'rc.d/rcS.d/310-autofsck.sh')
-rwxr-xr-x | rc.d/rcS.d/310-autofsck.sh | 4 |
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 +: |