Finally, KBDMUX_DFLT_KEYMAP is available for those of us using keyboard layouts different from the US/UK keyboard layout. This is very handy when running in single-user mode.

base/head received this minor mile stone in r297685. The same thing happened for base/stable/10 in r298430.

Add these lines to your custom kernel configuration file to have your keyboard layout preloaded.

options		KBDMUX_DFLT_KEYMAP
# SC
#makeoptions	KBDMUX_DFLT_KEYMAP=norwegian.iso
# VT
makeoptions	KBDMUX_DFLT_KEYMAP=no

Remember, you need to specify the correct keymap depending on the console type you use, SC or VT.

This only applies to the kernel once it has booted. The boot loaders are unaffected, and thus you need to know which keys on your keyboard corresponds to the keys on an US keyboard.

This is probably a strong sign that (U)EFI should be extended to initialise the correct keyboard layout after performing the POST.