diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-05-10 12:33:41 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-05-10 12:33:41 +0000 |
commit | 3150bbd826b85c5b9981bd1191fdfac42b4da8c5 (patch) | |
tree | 8ee914ba5ea6c55b738211fd22ae9bc723ec4291 /perl-install/install_steps.pm | |
parent | 0a4418d285a80e2a93cf4dee375725ec2e9234ff (diff) | |
download | drakx-backup-do-not-use-3150bbd826b85c5b9981bd1191fdfac42b4da8c5.tar drakx-backup-do-not-use-3150bbd826b85c5b9981bd1191fdfac42b4da8c5.tar.gz drakx-backup-do-not-use-3150bbd826b85c5b9981bd1191fdfac42b4da8c5.tar.bz2 drakx-backup-do-not-use-3150bbd826b85c5b9981bd1191fdfac42b4da8c5.tar.xz drakx-backup-do-not-use-3150bbd826b85c5b9981bd1191fdfac42b4da8c5.zip |
no_comment
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r-- | perl-install/install_steps.pm | 4 |
1 files changed, 1 insertions, 3 deletions
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}); } } |