From 6a8c3d741f412601425f903d5072591ddf561da6 Mon Sep 17 00:00:00 2001 From: Kenneth R Westerback Date: Sun, 7 Jun 2009 03:52:30 +0000 Subject: More tersification. Fixes verbiage issue reported by jdixon@ on icb. --- distrib/miniroot/install.sub | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'distrib/miniroot/install.sub') diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub index a13667d3ee9..1d5b4c283aa 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -1,4 +1,4 @@ -# $OpenBSD: install.sub,v 1.574 2009/06/05 05:43:42 halex Exp $ +# $OpenBSD: install.sub,v 1.575 2009/06/07 03:52:29 krw 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 @@ -1818,6 +1818,13 @@ cd / [[ -f /etc/fstab ]] && umount -af 1>/dev/null 2>&1 umount /mnt 1>/dev/null 2>&1 +cat <<__EOT +At any prompt except password prompts you can escape to a shell by +typing '!'. Default answers are shown in []'s and are selected by +pressing RETURN. You can exit this program at any time by pressing +Control-C, but this can leave your system in an inconsistent state. +__EOT + # Configure the terminal and keyboard. set_term -- cgit v1.2.3