summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-05-21 11:40:53 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-05-21 11:40:53 +0000
commit6d601df6422fe2c25bce17152884bc6239c6b14a (patch)
treefef2e130cfdaaea1e938a02982b80f53a1bf4fff /perl-install/standalone
parent9daaa3f09953412921ea636ce409bd830afe8443 (diff)
downloaddrakx-6d601df6422fe2c25bce17152884bc6239c6b14a.tar
drakx-6d601df6422fe2c25bce17152884bc6239c6b14a.tar.gz
drakx-6d601df6422fe2c25bce17152884bc6239c6b14a.tar.bz2
drakx-6d601df6422fe2c25bce17152884bc6239c6b14a.tar.xz
drakx-6d601df6422fe2c25bce17152884bc6239c6b14a.zip
we already have fork()+exec() detect_loader, so there's no need to do
it again
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-xperl-install/standalone/drakboot2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakboot b/perl-install/standalone/drakboot
index e75045c6b..d720a1a43 100755
--- a/perl-install/standalone/drakboot
+++ b/perl-install/standalone/drakboot
@@ -96,7 +96,7 @@ if (member( $cur_res, qw( 785 788 791 794))) {
}
#- and check that lilo is the correct loader
-$no_bootsplash ||= chomp_(`detectloader -q`) ne 'LILO';
+$no_bootsplash ||= $lilogrub ne 'LILO';
$no_bootsplash = 0 if $::testing;
my @thms;
my @lilo_thms = if_(!$themes{default}, qw(default));