summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Banck <mbanck@debian.org>2005-07-24 12:09:49 +0000
committerMichael Banck <mbanck@debian.org>2005-07-24 12:09:49 +0000
commit0aa3830ecbc33ab52d657895698a995af2f2cc71 (patch)
tree4d55474ad55b11acff5735e86ec4b7477ec9ce3c /debian
parentbe695b37dd12477c126cd9b0610d7a2c4c66a4cb (diff)
Updated comments
Diffstat (limited to 'debian')
-rw-r--r--debian/hurd-console.default16
1 files changed, 14 insertions, 2 deletions
diff --git a/debian/hurd-console.default b/debian/hurd-console.default
index 69084292..7ad3b89f 100644
--- a/debian/hurd-console.default
+++ b/debian/hurd-console.default
@@ -9,15 +9,27 @@ DISPLAY='-d vga'
# The keyboard driver, mandatory. Either `pc_kbd' or `xkb' from the
# console-driver-xkb package.
KBD='-d pc_kbd'
+
+# The alternative xkb keyboard driver, as provided by the
+# console-driver-xkb package. It uses X11 style keymaps and supports
+# different keymaps. Possible options are:
+# --xkbdir : The root directory of the xkb configuration, by default
+# this is /etc/X11/xkb.
+# --keymapfile : The file that hold the descriptions of the default
+# keymaps file. This file holds the description of all keymaps. This
+# path should be relative to the path set by `xkbdir'. By default
+# "keymap/xfree86" is used.
+# --keymap : The keymap to use. By default en_US is used. Examples of
+# some other keymaps are: fr, us, de, dvorak.
#KBD='-d xkb'
-# The keyboard repeater. Required for X11.
+# The keyboard repeater. Required for running X11.
#KBD_REPEAT='--repeat=kbd'
# The mouse driver. Optional.
#MOUSE='-d pc_mouse --protocol=ps/2'
-# The mouse repeater. Required for X11.
+# The mouse repeater. Required for running X11.
#MOUSE_REPEAT='--repeat=mouse'
# The pc speaker. Optional.