From 92c1383e7f93a60aa5c1d1a926017f99b38dbbe4 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 1 Feb 2010 15:04:09 +0000 Subject: (setupBootloader__mbr_or_not) do not ask for bootloader location at install time (requested by fcrozat+enael) (still available in summary) --- perl-install/any.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'perl-install/any.pm') diff --git a/perl-install/any.pm b/perl-install/any.pm index 55d13d17b..c73d6153f 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -368,7 +368,9 @@ sub setupBootloader__mbr_or_not { ); my $default = find { $_->[1] eq $b->{boot} } @l; - $default = _ask_mbr_or_not($in, $default, @l); + if (!$::isInstall) { + $default = _ask_mbr_or_not($in, $default, @l); + } my $new_boot = $default->[1]; #- remove bios mapping if the user changed the boot device -- cgit v1.2.1