diff options
author | Bill Nottingham <notting@redhat.com> | 1999-08-04 03:13:12 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 1999-08-04 03:13:12 +0000 |
commit | 823a63dad4b029a343dac7262a8248c244661f83 (patch) | |
tree | 80a2f4671676da8987c99d5e010655bbd66a9b05 | |
parent | 628324e5efebdbb645c3cb6bba2043fa60460a80 (diff) | |
download | initscripts-823a63dad4b029a343dac7262a8248c244661f83.tar initscripts-823a63dad4b029a343dac7262a8248c244661f83.tar.gz initscripts-823a63dad4b029a343dac7262a8248c244661f83.tar.bz2 initscripts-823a63dad4b029a343dac7262a8248c244661f83.tar.xz initscripts-823a63dad4b029a343dac7262a8248c244661f83.zip |
document keytable stuff a little more
-rw-r--r-- | sysconfig.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sysconfig.txt b/sysconfig.txt index f2e6f670..101a6dfc 100644 --- a/sysconfig.txt +++ b/sysconfig.txt @@ -56,6 +56,15 @@ Files in /etc/sysconfig KEYTABLE=<keytable file> for example: KEYTABLE="/usr/lib/kbd/keytables/us.map" + + If you dump a keymap (using 'dumpkeys') to + /etc/sysconfig/console/default.kmap + it will be loaded on bootup before filesystems are mounted/checked. + This could be useful if you need to emergency type the root password. + This has to be a dumped keymap, as opposed to copying the shipped + keymap files, as the shipped files include other maps from the + /usr/lib/kbd/keytables directory. + KEYBOARDTYPE=sun|pc on SPARC only, sun means a sun keyboard is attached on /dev/kbd, pc means a PS/2 keyboard is on ps/2 port. |