##// END OF EJS Templates
Fix for XKB bug...
Unknown -
r287:08914bfd2f69
parent child
Show More
@@ -448,7 +448,7 if [ "$ENABLE_MINBASE" = true ] ; then
448 448 fi
449 449
450 450 # Add required locales packages
451 if [ "$DEFLOCAL" != "en_US.UTF-8" ] ; then
451 if [ "$DEFLOCAL" != "en_US.UTF-8" ] || ([ -n XKB_MODEL ] || [ -n XKB_LAYOUT ] || [ -n XKB_VARIANT ] || [ -n XKB_OPTIONS ]); then
452 452 APT_INCLUDES="${APT_INCLUDES},locales,keyboard-configuration,console-setup"
453 453 fi
454 454
General Comments 0
Vous devez vous connecter pour laisser un commentaire. Se connecter maintenant