# HG changeset patch # User Pascal Bellard # Date 1600182015 0 # Node ID a532199346111a53a92916f3af5467a14523b03a # Parent f92ced20dc0d5ec22b4b7bae6eaee96c12a3010e bootopts.sh: ensure keyboard is defined (for uefi case) diff -r f92ced20dc0d -r a53219934611 etc/init.d/bootopts.sh --- a/etc/init.d/bootopts.sh Sat Aug 15 10:56:01 2020 +0000 +++ b/etc/init.d/bootopts.sh Tue Sep 15 15:00:15 2020 +0000 @@ -216,3 +216,7 @@ continue ;; esac done +if [ ! -s /etc/keymap.conf ]; then + [ -z "$KEYMAP" ] && tazkeymap + [ -z "$LANG" ] && tazlocale +fi > /dev/tty1