From 9a18d559d5237d0dda43e0079da4d3cd67336dfe Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 10 Jan 2003 15:28:13 +0000 Subject: (readBootloaderConfigBeforeInstall): set bootUnsafe to 0 when upgrading so that it doesn't ask where to install the bootloader (mbr vs boot partition) --- perl-install/install_steps.pm | 2 ++ 1 file changed, 2 insertions(+) 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. -- cgit v1.2.1