summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install')
-rwxr-xr-xperl-install/standalone/drakboot2
1 files changed, 0 insertions, 2 deletions
diff --git a/perl-install/standalone/drakboot b/perl-install/standalone/drakboot
index c7bb969c4..8aab8e1fb 100755
--- a/perl-install/standalone/drakboot
+++ b/perl-install/standalone/drakboot
@@ -96,8 +96,6 @@ if (member($cur_res, qw( 785 788 791 794))) {
$no_bootsplash = 1; #- we can't select any theme we're not in Framebuffer mode :-/
}
-#- and check that lilo is the correct loader
-$no_bootsplash ||= $lilogrub ne 'LILO';
do { $no_bootsplash = 0; $cur_res = '800x600' } if $::testing;
my @thms;
my @boot_thms = if_(!$themes{default}, qw(default));