diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-01-07 01:26:54 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-01-07 01:26:54 +0000 |
commit | 1b80a4ed29ca16bf208be263cb4d477432b13e9a (patch) | |
tree | 668ca0bd9d15a4ae1747a2315f0ed20ac0f697ad /perl-install/install2.pm | |
parent | 645a015198b93d019d275aec4be82d15ca799114 (diff) | |
download | drakx-1b80a4ed29ca16bf208be263cb4d477432b13e9a.tar drakx-1b80a4ed29ca16bf208be263cb4d477432b13e9a.tar.gz drakx-1b80a4ed29ca16bf208be263cb4d477432b13e9a.tar.bz2 drakx-1b80a4ed29ca16bf208be263cb4d477432b13e9a.tar.xz drakx-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.pm | 2 |
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; |