diff options
-rwxr-xr-x | perl-install/standalone/drakboot | 2 |
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)); |