diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-03-11 16:00:44 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-03-11 16:00:44 +0000 |
commit | 633800e3c3c1e2771ea1f2fbf0745cec9e600aa4 (patch) | |
tree | de646ab3e5783a9db0f55230a5f101a2194631b9 /perl-install/standalone/drakboot | |
parent | 891b21bf2c2f5e434493bca814d0fc3ea8dc5118 (diff) | |
download | drakx-633800e3c3c1e2771ea1f2fbf0745cec9e600aa4.tar drakx-633800e3c3c1e2771ea1f2fbf0745cec9e600aa4.tar.gz drakx-633800e3c3c1e2771ea1f2fbf0745cec9e600aa4.tar.bz2 drakx-633800e3c3c1e2771ea1f2fbf0745cec9e600aa4.tar.xz drakx-633800e3c3c1e2771ea1f2fbf0745cec9e600aa4.zip |
fix lilo-menu not working (bug #3048)
Diffstat (limited to 'perl-install/standalone/drakboot')
-rwxr-xr-x | perl-install/standalone/drakboot | 2 |
1 files changed, 0 insertions, 2 deletions
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) ]; |