summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/any.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm
index 491979e99..e8927ec00 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -200,7 +200,6 @@ sub setupBootloader__general {
my $prev_boot = $b->{boot};
$b->{password2} ||= $b->{password} ||= '';
- $b->{vga} ||= 'normal';
if (arch() !~ /ppc/) {
$in->ask_from_({ messages => N("Bootloader main options"),
title => N("Boot Style Configuration"),