##// END OF EJS Templates
Fix for XKB bug...
Unknown -
r296:ae1ce64f09da
parent child
Show More
@@ -439,7 +439,7 if [ "$ENABLE_MINBASE" = true ] ; then
439 439 fi
440 440
441 441 # Add required locales packages
442 if [ "$DEFLOCAL" != "en_US.UTF-8" ] ; then
442 if [ "$DEFLOCAL" != "en_US.UTF-8" ] || ([ -n XKB_MODEL ] || [ -n XKB_LAYOUT ] || [ -n XKB_VARIANT ] || [ -n XKB_OPTIONS ]); then
443 443 APT_INCLUDES="${APT_INCLUDES},locales,keyboard-configuration,console-setup"
444 444 fi
445 445
General Comments 0
Vous devez vous connecter pour laisser un commentaire. Se connecter maintenant