diff options
author | Bill Nottingham <notting@redhat.com> | 2003-05-02 19:58:43 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2003-05-02 19:58:43 +0000 |
commit | 5b34296f993a89d86a0159d4e794a79c4e7c8c12 (patch) | |
tree | 25672c882550fc9beffc077a85120a524c7280b4 /rc.d | |
parent | 4069980fea8969c9c795e31237e6a14381016fc5 (diff) | |
download | initscripts-5b34296f993a89d86a0159d4e794a79c4e7c8c12.tar initscripts-5b34296f993a89d86a0159d4e794a79c4e7c8c12.tar.gz initscripts-5b34296f993a89d86a0159d4e794a79c4e7c8c12.tar.bz2 initscripts-5b34296f993a89d86a0159d4e794a79c4e7c8c12.tar.xz initscripts-5b34296f993a89d86a0159d4e794a79c4e7c8c12.zip |
change how options are passed (#88202)
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 |