diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2004-07-25 03:33:05 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2004-07-25 03:33:05 +0000 |
commit | d4e97b14c8f6656f5818c7e6e2dc51b3dea47e0f (patch) | |
tree | ebc153927fe75d18ec9159de174cc56879a10387 /distrib | |
parent | 50cb18a1c6c470a10922c68e01e14eb1258ed65e (diff) |
Don't need to specify 9600 as the default speed, since it is first on the
list of speeds and thus the default default.
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/miniroot/install.sub | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub index 0dbbd658fad..ac125111cd2 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -1,4 +1,4 @@ -# $OpenBSD: install.sub,v 1.349 2004/07/18 03:26:21 krw Exp $ +# $OpenBSD: install.sub,v 1.350 2004/07/25 03:33:04 krw Exp $ # $NetBSD: install.sub,v 1.5.2.8 1996/09/02 23:25:02 pk Exp $ # # Copyright (c) 1997-2004 Todd Miller, Theo de Raadt, Ken Westerback @@ -1667,7 +1667,7 @@ questions() { _td=$2 ask_yn "Change the default console to $_bd?" [[ $resp == n ]] && return - ask_which "speed" "should $_bd use" "9600 19200 38400 57600 115200" 9600 + ask_which "speed" "should $_bd use" "9600 19200 38400 57600 115200" [[ $resp == done ]] && return echo "set tty $_bd\nstty $_bd $resp" >>/mnt/etc/boot.conf sed -e "/^${_td}/s/std.9600/std.${resp}/" \ |