summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r--perl-install/any.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm
index 525ced9f5..4c47a8c72 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -667,7 +667,7 @@ sub selectLanguage {
if ($::isInstall) {
my $langs = $langs_ || {};
- my $using_images = $in->isa('interactive::gtk') && listlength(cat_('/proc/fb'));
+ my $using_images = $in->isa('interactive::gtk') && !$in->{vga16};
#- to create the default value, use the first location for that value :/
$lang = first(lang::l2location($lang))."|$lang";