--- /etc/rc.d/rc.sysinit Wed Feb 23 12:12:09 2000 +++ rc.sysinit Sat Aug 26 11:27:16 2000 @@ -152,41 +152,42 @@ fi _RUN_QUOTACHECK=0 -if [ ! -f /fastboot ]; then - STRING="Checking root filesystem" - echo $STRING - initlog -c "fsck -T -a $fsckoptions /" - rc=$? - - if [ "$rc" = "0" ]; then - success "$STRING" - echo - elif [ "$rc" = "1" ]; then - passed "$STRING" - echo - fi - - # A return of 2 or higher means there were serious problems. - if [ $rc -gt 1 ]; then - failure "$STRING" - echo - echo - echo "*** An error occurred during the file system check." - echo "*** Dropping you to a shell; the system will reboot" - echo "*** when you leave the shell." - - PS1="(Repair filesystem) \# # "; export PS1 - sulogin - - echo "Unmounting file systems" - umount -a - mount -n -o remount,ro / - echo "Automatic reboot in progress." - reboot -f - elif [ "$rc" = "1" ]; then - _RUN_QUOTACHECK=1 - fi -fi +#removed for Illigal cluster (root fs is NFS) +#if [ ! -f /fastboot ]; then +# STRING="Checking root filesystem" +# echo $STRING +# initlog -c "fsck -T -a $fsckoptions /" +# rc=$? +# +# if [ "$rc" = "0" ]; then +# success "$STRING" +# echo +# elif [ "$rc" = "1" ]; then +# passed "$STRING" +# echo +# fi +# +# # A return of 2 or higher means there were serious problems. +# if [ $rc -gt 1 ]; then +# failure "$STRING" +# echo +# echo +# echo "*** An error occurred during the file system check." +# echo "*** Dropping you to a shell; the system will reboot" +# echo "*** when you leave the shell." +# +# PS1="(Repair filesystem) \# # "; export PS1 +# sulogin +# +# echo "Unmounting file systems" +# umount -a +# mount -n -o remount,ro / +# echo "Automatic reboot in progress." +# reboot -f +# elif [ "$rc" = "1" ]; then +# _RUN_QUOTACHECK=1 +# fi +#fi # check for arguments