summaryrefslogtreecommitdiff
path: root/conf.d.BSD
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-11-20 15:00:45 +0000
committerRoy Marples <roy@marples.name>2007-11-20 15:00:45 +0000
commitbd85c4a5e757f4b9025c3ee2733a1ada01c27519 (patch)
tree943ccf1afb9f7b8bc2ab79b2a9db909c0d364289 /conf.d.BSD
parent4a99001a0fad4fd855030d57835ab1643c709f42 (diff)
downloadopenrc-bd85c4a5e757f4b9025c3ee2733a1ada01c27519.tar.gz
openrc-bd85c4a5e757f4b9025c3ee2733a1ada01c27519.tar.bz2
openrc-bd85c4a5e757f4b9025c3ee2733a1ada01c27519.tar.xz
Add a syscons init script
Diffstat (limited to 'conf.d.BSD')
-rw-r--r--conf.d.BSD/Makefile2
-rw-r--r--conf.d.BSD/syscons13
2 files changed, 14 insertions, 1 deletions
diff --git a/conf.d.BSD/Makefile b/conf.d.BSD/Makefile
index 1c5ac58..6e367b2 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 0000000..14200d3
--- /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"