diff options
author | Roy Marples <roy@marples.name> | 2007-11-20 15:00:45 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-11-20 15:00:45 +0000 |
commit | bd85c4a5e757f4b9025c3ee2733a1ada01c27519 (patch) | |
tree | 943ccf1afb9f7b8bc2ab79b2a9db909c0d364289 /conf.d.BSD/syscons | |
parent | 4a99001a0fad4fd855030d57835ab1643c709f42 (diff) |
Add a syscons init script
Diffstat (limited to 'conf.d.BSD/syscons')
-rw-r--r-- | conf.d.BSD/syscons | 13 |
1 files changed, 13 insertions, 0 deletions
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" |