summaryrefslogtreecommitdiffstats
path: root/perl-install/install2.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-01-07 01:26:54 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-01-07 01:26:54 +0000
commit1b80a4ed29ca16bf208be263cb4d477432b13e9a (patch)
tree668ca0bd9d15a4ae1747a2315f0ed20ac0f697ad /perl-install/install2.pm
parent645a015198b93d019d275aec4be82d15ca799114 (diff)
downloaddrakx-backup-do-not-use-1b80a4ed29ca16bf208be263cb4d477432b13e9a.tar
drakx-backup-do-not-use-1b80a4ed29ca16bf208be263cb4d477432b13e9a.tar.gz
drakx-backup-do-not-use-1b80a4ed29ca16bf208be263cb4d477432b13e9a.tar.bz2
drakx-backup-do-not-use-1b80a4ed29ca16bf208be263cb4d477432b13e9a.tar.xz
drakx-backup-do-not-use-1b80a4ed29ca16bf208be263cb4d477432b13e9a.zip
- adapt to new setupBootloader
- add bootloader configuration in summary (still rough) - various cleanup
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r--perl-install/install2.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm
index ff73fb305..0305a7bb7 100644
--- a/perl-install/install2.pm
+++ b/perl-install/install2.pm
@@ -281,7 +281,7 @@ sub setupBootloader {
modules::write_conf($o->{prefix});
installStepsCall($o, $auto, 'setupBootloaderBefore') if $ent_number == 1;
- installStepsCall($o, $auto, 'setupBootloader', $ent_number-1 + $clicked*2); #- gore :-(
+ installStepsCall($o, $auto, 'setupBootloader');
local $ENV{DRAKX_PASSWORD} = $o->{bootloader}{password};
local $ENV{DURING_INSTALL} = 1;