diff options
-rw-r--r-- | perl-install/any.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm index 910567547..f9f2ff3b5 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -659,7 +659,7 @@ sub selectLanguage { if ($::isInstall) { my $langs = $langs_ || {}; - my $using_images = $in->isa('interactive::gtk'); + my $using_images = $in->isa('interactive::gtk') && listlength(cat_('/proc/fb')); #- to create the default value, use the first location for that value :/ $lang = first(lang::l2location($lang))."|$lang"; |