diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-08-27 23:27:56 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-08-27 23:27:56 +0000 |
commit | 0499c68e443c74e470e2fd5027524717297d033d (patch) | |
tree | 9b8e98fa64e5a0819d5b7b07a37cb8682bc4a61d /perl-install/any.pm | |
parent | ab005c9baf1c6065d4fdfad3983ff37fd6acb714 (diff) | |
download | drakx-0499c68e443c74e470e2fd5027524717297d033d.tar drakx-0499c68e443c74e470e2fd5027524717297d033d.tar.gz drakx-0499c68e443c74e470e2fd5027524717297d033d.tar.bz2 drakx-0499c68e443c74e470e2fd5027524717297d033d.tar.xz drakx-0499c68e443c74e470e2fd5027524717297d033d.zip |
:x
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r-- | perl-install/any.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm index bb75375b6..33e3cb17b 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -162,7 +162,6 @@ sub setupBootloader { { label => _("Bootloader installation"), val => \$silo_install_lang, list => \@silo_install_lang }, ) : if_(arch() !~ /ia64/, { label => _("Boot device"), val => \$b->{boot}, list => [ map { "/dev/$_" } (map { $_->{device} } (@$hds, grep { !isFat($_) } @$fstab)), detect_devices::floppies_dev() ], not_edit => !$::expert }, -{ label => _("LBA (doesn't work on old BIOSes)"), val => \$b->{lba32}, type => "bool", text => "lba", advanced => 1 }, { label => _("Compact"), val => \$b->{compact}, type => "bool", text => _("compact"), advanced => 1 }, { label => _("Video mode"), val => \$b->{vga}, list => [ keys %bootloader::vga_modes ], not_edit => !$::expert, format => sub { $bootloader::vga_modes{$_[0]} }, advanced => 1 }, ), |