grml-lang: use /etc/default/keyboard instead of /etc/sysconfig/keyboard
authorMichael Prokop <mika@grml.org>
Sun, 30 Dec 2018 11:10:50 +0000 (12:10 +0100)
committerMichael Prokop <mika@grml.org>
Sun, 30 Dec 2018 11:16:58 +0000 (12:16 +0100)
commit090cabd7a5adad13d631133914a493a5bca29cf3
tree418f619d8de6662943eaa3643bf1f084ada6cfe9
parent4d6e684ac646dc838609e160037dc251d3644e74
grml-lang: use /etc/default/keyboard instead of /etc/sysconfig/keyboard

For proper font handling we switched to usage of console-setup and
keyboard-configuration packages. We adjusted grml-live and
grml-autoconfig to use /etc/default/keyboard instead of
/etc/sysconfig/keyboard. To better handle this also within grml-lang
itself, switch to usage of /etc/default/keyboard.

FTR, this is not the final and bullet-proof solution yet, but meant to
be fix the main issues (e.g. booting with Grml defaults, then pressing
'd' for german keyboard within grml-quickconfig and then starting X via
'x' within grml-quickoconfig), using a minimal approach.

Initial work addressing https://github.com/grml/grml/issues/115
usr_bin/grml-lang