summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-01-15 12:57:17 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-01-15 12:57:17 +0000
commitf171268f41ed727d069cb9a76a28e6295e302788 (patch)
tree97cf8ca689f377c913f1eff8aa848a00c25308a1 /perl-install
parent1840b8ac375ad6398410ca25a6f43ca03ae22270 (diff)
downloaddrakx-backup-do-not-use-f171268f41ed727d069cb9a76a28e6295e302788.tar
drakx-backup-do-not-use-f171268f41ed727d069cb9a76a28e6295e302788.tar.gz
drakx-backup-do-not-use-f171268f41ed727d069cb9a76a28e6295e302788.tar.bz2
drakx-backup-do-not-use-f171268f41ed727d069cb9a76a28e6295e302788.tar.xz
drakx-backup-do-not-use-f171268f41ed727d069cb9a76a28e6295e302788.zip
warly said that we should not restrict ourselves to lilo
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));