diff options
Diffstat (limited to 'rc.d')
-rwxr-xr-x | rc.d/rc.sysinit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index a488d182..d0c424fb 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -252,7 +252,7 @@ if [ -z "$fastboot" -a "X$ROOTFSTYPE" != "Xnfs" ]; then STRING=$"Checking root filesystem" echo $STRING - initlog -c "fsck -T -a $fsckoptions /" + initlog -c "fsck -T -a / $fsckoptions" rc=$? if [ "$rc" = "0" ]; then |