Since reboot is now installed, use it if the fsck fails

This commit is contained in:
Rodney W. Grimes 1993-09-12 23:55:35 +00:00
parent a2f17cb4ff
commit b949d34a31
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=451

View File

@ -24,10 +24,8 @@ else
echo "Automatic file system check changed the root file system"
echo "The system must halt for these corrections to take effect"
echo
echo "Halting... press return after the system has halted to"
echo "boot from the hard disk again."
halt
echo "halt failed... help!"
reboot
echo "reboot failed... help!"
exit 1
;;
8)