summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-09-12 14:27:49 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-09-12 14:27:49 +0000
commitb72c462da6d20e741f55b2407000893c77730da3 (patch)
treeb569ed9731553eb556f47add75635b8b289c4f61 /perl-install/install_steps.pm
parentaea062f27f0388c53b983ad7b5343808635759ba (diff)
downloaddrakx-b72c462da6d20e741f55b2407000893c77730da3.tar
drakx-b72c462da6d20e741f55b2407000893c77730da3.tar.gz
drakx-b72c462da6d20e741f55b2407000893c77730da3.tar.bz2
drakx-b72c462da6d20e741f55b2407000893c77730da3.tar.xz
drakx-b72c462da6d20e741f55b2407000893c77730da3.zip
simplify
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r--perl-install/install_steps.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm
index 09b3eaa8e..f8695a026 100644
--- a/perl-install/install_steps.pm
+++ b/perl-install/install_steps.pm
@@ -369,6 +369,8 @@ sub upgrading_redhat() {
sub beforeInstallPackages {
my ($o) = @_;
+ readBootloaderConfigBeforeInstall($o);
+
#- save these files in case of upgrade failure.
if ($o->{isUpgrade}) {
foreach (@filesToSaveForUpgrade) {