aboutsummaryrefslogtreecommitdiff
path: root/etc/defaults/rc.conf
diff options
context:
space:
mode:
authorBrian Feldman <green@FreeBSD.org>2004-06-18 20:09:30 +0000
committerBrian Feldman <green@FreeBSD.org>2004-06-18 20:09:30 +0000
commitd5ed4f061efb5149b4b008bc121cfac50c770857 (patch)
treed3597c11e7c8a1207d3a9c9aaab26d577b919a56 /etc/defaults/rc.conf
parent2633d91b06f93d39873ad2c938f0d7fab41bc2b4 (diff)
downloadsrc-d5ed4f061efb5149b4b008bc121cfac50c770857.tar.gz
src-d5ed4f061efb5149b4b008bc121cfac50c770857.zip
Allow setting the system console keyboard via the ${keyboard} rc.conf
directive.
Notes
Notes: svn path=/head/; revision=130699
Diffstat (limited to 'etc/defaults/rc.conf')
-rw-r--r--etc/defaults/rc.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index 5b4bf73391b3..5aecc676aa7a 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -347,6 +347,7 @@ ip6addrctl_verbose="NO" # Set to YES to enable verbose configuration messages
### System console options #################################
##############################################################
+keyboard="" # keyboard device to use (default /dev/kbd0).
keymap="NO" # keymap in /usr/share/syscons/keymaps/* (or NO).
keyrate="NO" # keyboard rate to: slow, normal, fast (or NO).
keybell="NO" # See kbdcontrol(1) for options. Use "off" to disable.