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/any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/any.pm') diff --git a/perl-install/any.pm b/perl-install/any.pm index 34bce2ffc..3b3be9378 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -237,7 +237,7 @@ sub setupBootloader__general { my @silo_install_lang = (N("First sector of drive (MBR)"), N("First sector of boot partition")); - ($b->{method}, my $method_choices) = bootloader::method_choices($fstab); + ($b->{method}, my $method_choices) = bootloader::method_choices($fstab, $b); my $profiles = bootloader::has_profiles($b); my $prev_force_acpi = my $force_acpi = bootloader::get_append($b, 'acpi') ne 'off'; my $prev_force_noapic = my $force_noapic = bootloader::get_append($b, 'noapic'); -- cgit v1.2.1