diff options
author | kvik <kvik@a-b.xyz> | 2020-10-01 17:47:52 +0200 |
---|---|---|
committer | kvik <kvik@a-b.xyz> | 2020-10-01 17:47:52 +0200 |
commit | fa1d6ffd83a6f9de19632c43c46412c8a41b4cc5 (patch) | |
tree | 93881bb500526a16fcac6ee481b2929ac0d17294 /sys/man | |
parent | c63cd980a4f9d00360d63f61880e12c677bf4b70 (diff) |
bootrc: allow kbmap to be set via plan9.ini (thanks Aaron Bieber)
Diffstat (limited to 'sys/man')
-rw-r--r-- | sys/man/8/plan9.ini | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/sys/man/8/plan9.ini b/sys/man/8/plan9.ini index 296439feb..765aad04b 100644 --- a/sys/man/8/plan9.ini +++ b/sys/man/8/plan9.ini @@ -571,10 +571,22 @@ are automatically detected and need no configuration lines. The line .B serial=type=com can be used to specify settings for a PCMCIA modem. +.SS \fLkbmap=\fIvalue\fP +This specifies the keyboard map to use. +.I Value +can be a map file found in +.B /sys/lib/kbmap +on the ramdisk. +.PP +For example: +.TP +.B kbmap=colemak .SS \fLmouseport=\fIvalue\fP This specifies where the mouse is attached. .I Value -can be +can be a map file found in +.B /sys/lib/kbmap +on the ramdisk. .TP .B ps2 the PS2 mouse/keyboard port. The BIOS setup procedure |