From e6124fe381387a9a38237aa0a3aa0cc586ca9cd7 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Fri, 24 Sep 1999 16:52:45 +0000 Subject: use fsck's completion bar --- rc.d/rc.sysinit | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rc.d/rc.sysinit') 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" -- cgit v1.2.1