Public bug reported: FAI provide a set of exemple script. One of them ( scripts/FAIBASE/10-misc) try to set the keyboard layout according to the FAI variable KEYMAP found in .var files. It does so by doing : $ROOTCMD bash -c "echo 'console-data console-data/keymap/full select $KEYMAP' | debconf-set-selections"
However Ubuntu doesn't use console-data by default anymore but console- setup instead. I went around the problem by adding the content of : $debconf-get-selections |grep console-setup to my debconf/FAIBASE file. Here is what I added : console-setup console-setup/variant select Belgium console-setup console-setup/charmap select UTF-8 console-setup console-setup/layoutcode string be console-setup console-setup/compose select Right Logo key console-setup console-setup/optionscode string lv3:ralt_switch,compose:rwin console-setup console-setup/layout select Belgium console-setup console-setup/codesetcode string Uni1 console-setup console-setup/modelcode string pc105 console-setup console-setup/altgr select Right Alt console-setup console-setup/model select Generic 105-key (Intl) PC console-setup console-setup/codeset select . Combined - Latin; Slavic Cyril Note : I'm using the packages from the FAI PPA ** Affects: fai (Ubuntu) Importance: Undecided Status: New -- KEYMAP variable not used https://bugs.launchpad.net/bugs/207756 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs