Description of problem: rear mkrescue prints this on stderr: Cannot include default keyboard mapping (no 'defkeymap.*' found in /lib/kbd/keymaps) We should investigate whether it indicates a real problem and if not, stop the message from appearing. Messages on stderr are annoying if one automates rear backups (e.g. using cron): they will be seen as false alarms. How reproducible: easy rear mkrescue > /dev/null Steps to Reproduce: 1. rear mkrescue > /dev/null Actual results: Cannot include default keyboard mapping (no 'defkeymap.*' found in /lib/kbd/keymaps) Expected results: nothing should be printed on stderr (after bz2119501 is fixed)