summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1993-09-12 23:55:35 +0000
committerrgrimes <rgrimes@FreeBSD.org>1993-09-12 23:55:35 +0000
commitb3df78da617e89a03730fd62979b9c3259f3cb6a (patch)
tree51e86cbc2c927a0279b964be108c03263fb76459
parent62aecc351a86c6c8d9f15081a9143fdb807624a8 (diff)
downloadFreeBSD-src-b3df78da617e89a03730fd62979b9c3259f3cb6a.zip
FreeBSD-src-b3df78da617e89a03730fd62979b9c3259f3cb6a.tar.gz
Since reboot is now installed, use it if the fsck fails
-rw-r--r--etc/etc.i386/inst2.profile6
1 files changed, 2 insertions, 4 deletions
diff --git a/etc/etc.i386/inst2.profile b/etc/etc.i386/inst2.profile
index 13eed71..11054da 100644
--- a/etc/etc.i386/inst2.profile
+++ b/etc/etc.i386/inst2.profile
@@ -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)
OpenPOWER on IntegriCloud