diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-05-17 04:41:47 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-05-17 04:41:47 +0000 |
commit | c8317ac38ebfffa6a15c5c064c192c6cd76a937a (patch) | |
tree | 2ba71edc99ceb11720fbc38a153811700ae67e78 /distrib | |
parent | 15a199aa3147f53a631ca60058b7e0873b01de30 (diff) |
noone needs to use halt. reboot will do
discussed with jmc
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/miniroot/install.sub | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub index 11ca825ab2a..67fc677da39 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -1,4 +1,4 @@ -# $OpenBSD: install.sub,v 1.550 2009/05/17 00:43:13 deraadt Exp $ +# $OpenBSD: install.sub,v 1.551 2009/05/17 04:41:46 deraadt Exp $ # $NetBSD: install.sub,v 1.5.2.8 1996/09/02 23:25:02 pk Exp $ # # Copyright (c) 1997-2009 Todd Miller, Theo de Raadt, Ken Westerback @@ -134,7 +134,7 @@ __EOT else cat <<__EOT If you change your mind and do not want to install, type Control-C now -and then type 'reboot' or 'halt' at the command prompt. +and then type 'reboot' at the command prompt. __EOT return fi @@ -1756,11 +1756,11 @@ finish_up() { cat <<__EOT CONGRATULATIONS! Your OpenBSD $MODE has been successfully completed! -To boot the new system, enter "reboot" or "halt" at the command prompt. +To boot the new system, enter 'reboot' at the command prompt. __EOT [[ $MODE == install ]] && cat <<__EOT When you login to your new system the first time, please read your mail -using the "mail" command. +using the 'mail' command. __EOT md_congrats |