From 6d601df6422fe2c25bce17152884bc6239c6b14a Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 21 May 2003 11:40:53 +0000 Subject: we already have fork()+exec() detect_loader, so there's no need to do it again --- perl-install/standalone/drakboot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/drakboot') 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)); -- cgit v1.2.1