diff options
Diffstat (limited to 'distrib/amd64/common/install.md')
-rw-r--r-- | distrib/amd64/common/install.md | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/distrib/amd64/common/install.md b/distrib/amd64/common/install.md index 2e405505961..12fa4b96bbc 100644 --- a/distrib/amd64/common/install.md +++ b/distrib/amd64/common/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.4 2005/03/26 19:27:11 krw Exp $ +# $OpenBSD: install.md,v 1.5 2005/03/27 15:13:49 krw Exp $ # # # Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -45,17 +45,6 @@ MDXAPERTURE=2 MDSERIAL="com com tty0" ARCH=ARCH -md_set_term() { - local _tables="be br de dk es fr it jp no sf sg sv uk us" - - ask_yn "Are you using a USB keyboard?" - [[ $resp == n ]] && _tables="$_tables pt ru ua" - _tables=$(bsort $_tables) - - ask_which "kbd(8) table" "best matches your keyboard" "$_tables" us - [[ $resp != @(done|us) ]] && kbd $resp && echo $resp >/tmp/kbdtype -} - md_installboot() { echo Installing boot block... cp /usr/mdec/boot /mnt/boot |