From ab8056603eda43dec4f038de119fbd483aa2489a Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 23 Jun 2004 06:03:19 +0000 Subject: add a global vga option in any::setupBootloader__general (fix bug 8957) --- perl-install/any.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/any.pm') diff --git a/perl-install/any.pm b/perl-install/any.pm index 2683a6981..a06c3f40b 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -227,6 +227,7 @@ sub setupBootloader__general { if_(detect_devices::isLaptop(), { text => N("Enable multiple profiles"), val => \$profiles, type => 'bool', advanced => 1 }, ), + { label => N("Video mode"), val => \$b->{vga}, list => [ keys %bootloader::vga_modes ], format => sub { $bootloader::vga_modes{$_[0]} }, not_edit => !$::expert, advanced => 1 }, ]) or return 0; } else { $b->{boot} = $partition_table::mac::bootstrap_part; -- cgit v1.2.1