summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2004-06-23 08:04:36 +0000
committerOlivier Blin <oblin@mandriva.org>2004-06-23 08:04:36 +0000
commitf9f468c33ab20cc27cabe33bdb52f8d520f6db5f (patch)
tree34d0491e255f3c65faa858c3c52d5bef40ae3a2b /perl-install
parentde96f04efb23d597ae3a5b9d0b6601dc87718998 (diff)
downloaddrakx-backup-do-not-use-f9f468c33ab20cc27cabe33bdb52f8d520f6db5f.tar
drakx-backup-do-not-use-f9f468c33ab20cc27cabe33bdb52f8d520f6db5f.tar.gz
drakx-backup-do-not-use-f9f468c33ab20cc27cabe33bdb52f8d520f6db5f.tar.bz2
drakx-backup-do-not-use-f9f468c33ab20cc27cabe33bdb52f8d520f6db5f.tar.xz
drakx-backup-do-not-use-f9f468c33ab20cc27cabe33bdb52f8d520f6db5f.zip
remove global vga choice to please Pixel and Titi
Diffstat (limited to 'perl-install')
-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 a06c3f40b..2683a6981 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -227,7 +227,6 @@ 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;