/etc/init/console-setup.conf is in keyboard-configuration 1.70ubuntu8.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | # console-setup - set console keymap
#
# Set the console keyboard as early as possible so that the administrator
# can interact with the system during file system checks. The keymap may be
# set on any virtual console as long as it isn't in raw mode; loadkeys will
# go and look for one such, and fail if it can't find one.
description "set console keymap"
start on (virtual-filesystems
or starting rcS
or starting mountall-shell)
task
exec loadkeys /etc/console-setup/cached.kmap.gz
|