diff options
Diffstat (limited to 'conf.d.BSD')
-rw-r--r-- | conf.d.BSD/Makefile | 2 | ||||
-rw-r--r-- | conf.d.BSD/syscons | 13 |
2 files changed, 14 insertions, 1 deletions
diff --git a/conf.d.BSD/Makefile b/conf.d.BSD/Makefile index 1c5ac584..6e367b27 100644 --- a/conf.d.BSD/Makefile +++ b/conf.d.BSD/Makefile @@ -1,5 +1,5 @@ DIR = /etc/conf.d -CONF = localmount moused net.example +CONF = localmount moused net.example syscons TOPDIR = .. include $(TOPDIR)/default.mk diff --git a/conf.d.BSD/syscons b/conf.d.BSD/syscons new file mode 100644 index 00000000..14200d39 --- /dev/null +++ b/conf.d.BSD/syscons @@ -0,0 +1,13 @@ +# Example syscons config file. This is the place to set things like keymap, etc. + +# Set the keymap to "uk.iso". +#KEYMAP="uk.iso" + +# Set the keyboard rate to 250ms delay, and 34 repeat rate. +#KEYRATE="250.34" + +# Change the behaviour of F-unction keys (see kbdcontrol(1)). +#KEYCHANGE="10 'ssh myhost'" + +# See vidcontrol(1) -t +#BLANKTIME="off" |