diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-09-12 21:01:28 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-09-12 21:01:28 +0000 |
commit | 687c9c38df459fc0fd66abadbfe57635b45f58b4 (patch) | |
tree | 655676fd03bde2fdbd0c6b4adaeee0a2daeb4bbf | |
parent | bc5b690c37af1b5be2e0be9893cc0869c8668c19 (diff) |
add br keymap; from miod
-rw-r--r-- | distrib/i386/common/install.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/i386/common/install.md b/distrib/i386/common/install.md index 158ee9629bc..c0e10a2212b 100644 --- a/distrib/i386/common/install.md +++ b/distrib/i386/common/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.23 2004/06/26 20:10:17 krw Exp $ +# $OpenBSD: install.md,v 1.24 2004/09/12 21:01:27 deraadt Exp $ # # # Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -57,7 +57,7 @@ md_set_term() { case $resp in P*|p*) _tables="be br de dk es fr it jp lt no pt ru sf sg sv ua uk us" ;; - U*|u*) _tables="br de dk es fr it jp no sf sg sv uk us" + U*|u*) _tables="be br de dk es fr it jp no sf sg sv uk us" ;; done) ;; *) echo "'$resp' is not a valid keyboard type." |