diff options
-rw-r--r-- | perl-install/bootloader.pm | 3 | ||||
-rw-r--r-- | perl-install/install/NEWS | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/perl-install/bootloader.pm b/perl-install/bootloader.pm index 45311d095..f98e04405 100644 --- a/perl-install/bootloader.pm +++ b/perl-install/bootloader.pm @@ -1065,7 +1065,8 @@ sub suggest { $bootloader->{default} ||= $preferred; } $bootloader->{default} ||= "linux"; - $bootloader->{method} ||= first(method_choices($all_hds, 1)); + $bootloader->{method} ||= first(method_choices($all_hds, 1), # best installed + method_choices($all_hds, 0)); # or best if no valid one is installed if (main_method($bootloader->{method}) eq 'grub') { foreach my $c (find_other_distros_grub_conf($fstab)) { diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 3345b9ebf..afca158f6 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,4 @@ +- really fix setting lilo when needed (#39878) - handle new driver: o ide: tx4939ide - drakx-in-chroot: |