summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-09-01 15:36:10 +0000
committerThierry Vignaud <tv@mandriva.org>2008-09-01 15:36:10 +0000
commit9f3df62f9ac342b808f7bf4a3d1462776b397a03 (patch)
treeddcc9192e3d736c74fcc9c2f1110e6ff1c9f9ab6 /perl-install/any.pm
parent7c661518c1c67aa14f6a4ae0b84f2762be7ef483 (diff)
downloaddrakx-backup-do-not-use-9f3df62f9ac342b808f7bf4a3d1462776b397a03.tar
drakx-backup-do-not-use-9f3df62f9ac342b808f7bf4a3d1462776b397a03.tar.gz
drakx-backup-do-not-use-9f3df62f9ac342b808f7bf4a3d1462776b397a03.tar.bz2
drakx-backup-do-not-use-9f3df62f9ac342b808f7bf4a3d1462776b397a03.tar.xz
drakx-backup-do-not-use-9f3df62f9ac342b808f7bf4a3d1462776b397a03.zip
(setupBootloader__mbr_or_not) render title as blue
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r--perl-install/any.pm7
1 files changed, 5 insertions, 2 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm
index e63871c28..ee5322d79 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -356,10 +356,13 @@ sub setupBootloader__mbr_or_not {
my $default = find { $_->[1] eq $b->{boot} } @l;
$in->ask_from_({ title => N("LILO/grub Installation"),
- messages => N("Where do you want to install the bootloader?"),
interactive_help_id => 'setupBootloaderBeginner',
},
- [ { val => \$default, list => \@l, format => sub { $_[0][0] }, type => 'list' } ]);
+ [
+ { label => N("Where do you want to install the bootloader?"), title => 1 },
+ { val => \$default, list => \@l, format => sub { $_[0][0] }, type => 'list' },
+ ]
+ );
my $new_boot = $default->[1];
#- remove bios mapping if the user changed the boot device