summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r--perl-install/any.pm4
1 files changed, 3 insertions, 1 deletions
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