aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d/rc.sysinit
diff options
context:
space:
mode:
Diffstat (limited to 'rc.d/rc.sysinit')
-rwxr-xr-xrc.d/rc.sysinit4
1 files changed, 2 insertions, 2 deletions
diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit
index 6364db1e..d22b8f04 100755
--- a/rc.d/rc.sysinit
+++ b/rc.d/rc.sysinit
@@ -160,7 +160,7 @@ _RUN_QUOTACHECK=0
if [ ! -f /fastboot ]; then
STRING="Checking root filesystem"
echo $STRING
- initlog -c "fsck -T -a $fsckoptions /"
+ initlog -c "fsck -C -T -a $fsckoptions /"
rc=$?
if [ "$rc" = "0" ]; then
@@ -356,7 +356,7 @@ fi
if [ ! -f /fastboot ]; then
STRING="Checking filesystems"
echo $STRING
- initlog -c "fsck -T -R -A -a $fsckoptions"
+ initlog -c "fsck -C -T -R -A -a $fsckoptions"
rc=$?
if [ "$rc" = "0" ]; then
success "$STRING"