Differences between revisions 15 and 16
Revision 15 as of 2010-12-05 11:43:10
Size: 1373
Editor: ?hpvmgulo
Comment:
Revision 16 as of 2011-02-12 14:48:06
Size: 1683
Editor: ?adris
Comment:
Deletions are marked like this. Additions are marked like this.
Line 25: Line 25:

== Set Keyboard Layout in initramfs ==

The file /etc/initramfs-tools/initramfs.conf must be changed to have the localized keyboard layout at boot time:

{{{
#
# KEYMAP: [ y | n ]
#
# Load a keymap during the initramfs stage.
#

KEYMAP=y
}}}

Apply changes.

{{{
# update-initramfs -u
}}}

Translation(s): English - Italiano - Русский

(!) ?Discussion


http://www.debian.org/logos/openlogo-nd-50.png http://www.debian.org/Pics/debian.png

Portal/IDB/logo_portal.png Welcome on Debian keyboard

The keyboard settings are stored in /etc/default/keyboard

  • Keyboard layout (keymap), see debian-reference.

  • "dpkg-reconfigure --priority=low xserver-xorg" suggested by the above linked page does not work in Squeeze. You may try to add something like "setxkbmap us,ru -option grp:ctrl_shift_toggle" into ~/.xsessionrc instead.

  • Configure additional multimedia key

Change Keyboard Layout

A keyboard layout can be changed on command line:

# dpkg-reconfigure keyboard-configuration

Use the tool mentioned above if you want to change your keyboard map e.g from qwerty to qwertz.

Set Keyboard Layout in initramfs

The file /etc/initramfs-tools/initramfs.conf must be changed to have the localized keyboard layout at boot time:

#
# KEYMAP: [ y | n ]
#
# Load a keymap during the initramfs stage.
#

KEYMAP=y

Apply changes.

# update-initramfs -u