Kbdmap.c32
From Syslinux Wiki
Contents |
[edit] About
kbdmap.c32 is a comboot module for Syslinux that loads a new keyboard mapping on the fly. The keymap format is same as used in LILO, see doc/syslinux.txt, KBDMAP keymap entry.
[edit] Syntax
kbdmap.c32 path/map.ktl
[edit] Example
Here is an example isolinux.cfg file specifying two keyboard maps in a menu
label be menu label Belgian azerty keyboard (be) kernel kbdmap.c32 append maps/be.ktl label us menu label US qwerty keyboard (us) kernel kbdmap.c32 append maps/us.ktl
[edit] Further Reading
None