diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2005-03-27 15:13:51 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2005-03-27 15:13:51 +0000 |
commit | ded4c224c14fcbb0744530f0e7523d317015b910 (patch) | |
tree | 369638d64e250af5c75f60adb2a08c70401ae87b /distrib/amd64 | |
parent | 55228758d24331fcf06319f14dfbfc321edf2ba0 (diff) |
Use new skeleton kbd(8) '-l' to generalize kbd(8) use. Eliminate
fixed list of available maps and machine dependant md_set_term()
functions.
Any ramdisk with /sbin/kbd present (amd64, cats, i386 at the moment)
will now present list of available keyboard encodings.
ok deraadt@
Diffstat (limited to 'distrib/amd64')
-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 |