Skip to content

install: setup xorg keymap

Daniele Debernardi requested to merge feature/setup_xorg_keymap into master

With the nokia N900 the user can choose between different keyboard layouts and during the install the setup-keymap installs the choosen layout.

This only changes the keyboard layout of the console, while installing a UI using xorg, the layout was hardcoded to us.

With a simple check for the existence of an xorg config containing XkbLayout, this will run a sed to replace the default with the layout choosed by the user.

Tested with a clean install of the nokia N900 with the xfce4 ui

Edited by Daniele Debernardi

Merge request reports