Bug#191108: kbd-chooser: Wrong variable name in content passed to base-config
Package: kbd-chooser
Version: 0.018
Severity: improtant
I just discovered that kbd-chooser is passing the wrong variable to
base-config.  In ~root/dbootstrap_settings, I found the following
lines:
  # Inserted by kbd-chooser.
  KBD="i386/qwerty/no-latin1"
Bug in /usr/lib/base-config/12console-tools, I find the following
code:
  if [ -e /root/dbootstrap_settings ]; then
        . /root/dbootstrap_settings || true
  fi
  if [ ! -e /etc/console-tools/default.kmap.gz ]; then
        if [ "$KEYBD" ]; then
                install-keymap /usr/share/keymaps/${KEYBD}.kmap.gz || true
        elif [ "$SERIALCONSOLE" ]; then
  [...]
I believe 'KBD' in kbd-chooser should be changed to 'KEYBD'.
Reply to: