aboutsummaryrefslogtreecommitdiff
path: root/init.d/checkfs
diff options
context:
space:
mode:
Diffstat (limited to 'init.d/checkfs')
-rwxr-xr-xinit.d/checkfs2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/checkfs b/init.d/checkfs
index 45484939..d2929edd 100755
--- a/init.d/checkfs
+++ b/init.d/checkfs
@@ -15,7 +15,7 @@ do_checkfs() {
if [ -e /forcefsck ] || get_bootparam "forcefsck" ; then
ewarn "A full fsck has been forced"
- mode="-f"
+ mode="-f -n"
fi
if [ "${RC_UNAME}" = "Linux" ] ; then