diff options
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r-- | perl-install/install_steps.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 5d7314166..3fbfb82e7 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -787,6 +787,8 @@ sub readBootloaderConfigBeforeInstall { require bootloader; add2hash($o->{bootloader} ||= {}, bootloader::read()); + $o->{bootloader}{bootUnsafe} = 0 if $o->{bootloader}{boot}; #- when upgrading, don't ask where to install the bootloader (mbr vs boot partition) + #- since kernel or kernel-smp may not be upgraded, it should be checked #- if there is a need to update existing lilo.conf entries by following #- symlinks before kernel or other packages get installed. |