From 3150bbd826b85c5b9981bd1191fdfac42b4da8c5 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 10 May 2000 12:33:41 +0000 Subject: no_comment --- perl-install/install_steps.pm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'perl-install/install_steps.pm') diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 3168c8025..d74bd971c 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -824,9 +824,7 @@ sub setupBootloader($) { } elsif (arch() =~ /^sparc/) { silo::install($o->{prefix}, $o->{bootloader}); } else { - $o->{lnx4win} ? - lilo::install_loadlin($o->{prefix}, $o->{bootloader}, $o->{fstab}) : - lilo::install($o->{prefix}, $o->{bootloader}, $o->{fstab}, $o->{hds}); + lilo::install($o->{prefix}, $o->{bootloader}, $o->{fstab}, $o->{hds}); } } -- cgit v1.2.1