From 85b20ab71dc0b27c697c22bc7c5da2b76ae91838 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 6 Feb 2004 18:56:41 +0000 Subject: remove defaulting global vga mode to normal --- perl-install/any.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'perl-install/any.pm') 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"), -- cgit v1.2.1