From 9f3df62f9ac342b808f7bf4a3d1462776b397a03 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 1 Sep 2008 15:36:10 +0000 Subject: (setupBootloader__mbr_or_not) render title as blue --- perl-install/any.pm | 7 +++++-- perl-install/install/NEWS | 2 +- 2 files changed, 6 insertions(+), 3 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 diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 100585aca..0d1b080b8 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -3,7 +3,7 @@ - if network access, configure urpmi with --mirrorlist --distrib, and install updates. This replaces the previous "Install Updates" step. - fix alignment of check buttons -- further improvements to the "partitionning" step +- further improvements to the "bootloader", "partitionning" steps Version 11.29 - 29 August 2008 -- cgit v1.2.1