From 1b80a4ed29ca16bf208be263cb4d477432b13e9a Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 7 Jan 2003 01:26:54 +0000 Subject: - adapt to new setupBootloader - add bootloader configuration in summary (still rough) - various cleanup --- perl-install/install2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install2.pm') 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; -- cgit v1.2.1