diff options
author | Robert Peichaer <rpe@cvs.openbsd.org> | 2017-12-17 18:29:57 +0000 |
---|---|---|
committer | Robert Peichaer <rpe@cvs.openbsd.org> | 2017-12-17 18:29:57 +0000 |
commit | cb2adb66955ecb1740ff0b6d41c1ab85109fccdc (patch) | |
tree | 75a680fd590cc308d2005be9ed560be8d8dd2ff0 /distrib/sparc64 | |
parent | 14f9137439d632ac84f4177a865b8e561a269670 (diff) |
Add a new question "Escape to shell before reboot? [no]" at the end of
the install and upgrade process.
"no" or [enter] reboots the system
"yes" leaves the install or upgrade at the shell prompt
On selected architectures, sparc64 being the only so far, the system
is halted instead of rebooted.
autoinstall(8) is NOT affected by this new question as it reboots the
system automatically already.
Suggested by and OK deraadt@, tb@ phessler@
Feedback on sparc64 by stsp@
Positive feedback pea@ landry@
Diffstat (limited to 'distrib/sparc64')
-rw-r--r-- | distrib/sparc64/common/install.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/distrib/sparc64/common/install.md b/distrib/sparc64/common/install.md index 9bc62ea8bb7..d44c150de0c 100644 --- a/distrib/sparc64/common/install.md +++ b/distrib/sparc64/common/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.49 2017/07/28 18:15:44 rpe Exp $ +# $OpenBSD: install.md,v 1.50 2017/12/17 18:29:56 rpe Exp $ # $NetBSD: install.md,v 1.3.2.5 1996/08/26 15:45:28 gwr Exp $ # # Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -32,6 +32,7 @@ # machine dependent section of installation/upgrade script. # +MDREBOOT=halt MDTERM=sun MDXAPERTURE=1 MDXDM=y |