Since reboot is now installed, use it if the fsck fails
authorRod Grimes <rgrimes@FreeBSD.org>
Sun, 12 Sep 1993 23:55:35 +0000 (23:55 +0000)
committerRod Grimes <rgrimes@FreeBSD.org>
Sun, 12 Sep 1993 23:55:35 +0000 (23:55 +0000)
etc/etc.i386/inst2.profile

index 13eed71..11054da 100644 (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 "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)
                exit 1
                ;;
        8)