summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/bootloader.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/bootloader.pm b/perl-install/bootloader.pm
index b1588429e..b185a5263 100644
--- a/perl-install/bootloader.pm
+++ b/perl-install/bootloader.pm
@@ -638,7 +638,7 @@ wait %d seconds for default boot.
}
}
$bootloader->{default} ||= "linux";
- $bootloader->{method} = first(method_choices($fstab, $bootloader));
+ $bootloader->{method} ||= first(method_choices($fstab, $bootloader));
}
sub detect_bootloader() {