From 633800e3c3c1e2771ea1f2fbf0745cec9e600aa4 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 11 Mar 2003 16:00:44 +0000 Subject: fix lilo-menu not working (bug #3048) --- perl-install/standalone/drakboot | 2 -- 1 file changed, 2 deletions(-) (limited to 'perl-install/standalone/drakboot') diff --git a/perl-install/standalone/drakboot b/perl-install/standalone/drakboot index 7749603aa..63d92dba0 100755 --- a/perl-install/standalone/drakboot +++ b/perl-install/standalone/drakboot @@ -319,8 +319,6 @@ $in->exit(0); sub lilo_choice { my $bootloader = bootloader::read(); - local ($_) = `detectloader`; - $bootloader->{methods} = { lilo => 1, grub => !!/grub/i, if_(arch() =~ /ppc/, yaboot => 1) }; my ($all_hds) = fsedit::get_hds(); my $fstab = [ fsedit::get_all_fstab($all_hds) ]; -- cgit v1.2.1