summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-07-01 07:02:06 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-07-01 07:02:06 +0000
commit25b37aead024b635730b4c8cbc227250b0eecb34 (patch)
treec77a5c632b39cd9cff40f9263122df9ddee616d0 /perl-install/any.pm
parentc3c070a106de6a7d46ec52dbda505a7b820f4bbb (diff)
downloaddrakx-backup-do-not-use-25b37aead024b635730b4c8cbc227250b0eecb34.tar
drakx-backup-do-not-use-25b37aead024b635730b4c8cbc227250b0eecb34.tar.gz
drakx-backup-do-not-use-25b37aead024b635730b4c8cbc227250b0eecb34.tar.bz2
drakx-backup-do-not-use-25b37aead024b635730b4c8cbc227250b0eecb34.tar.xz
drakx-backup-do-not-use-25b37aead024b635730b4c8cbc227250b0eecb34.zip
- lilo doesn't work on dmraid so forcing grub
- method_choices() now wants $all_hds instead of $fstab
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r--perl-install/any.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm
index 77798e038..1cd0f4e7a 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -255,7 +255,7 @@ sub setupBootloader__general {
my ($in, $b, $all_hds, $fstab, $security) = @_;
return if is_xbox();
- my @method_choices = bootloader::method_choices($fstab);
+ my @method_choices = bootloader::method_choices($all_hds);
my $prev_force_acpi = my $force_acpi = bootloader::get_append_with_key($b, 'acpi') !~ /off|ht/;
my $prev_force_noapic = my $force_noapic = bootloader::get_append_simple($b, 'noapic');
my $prev_force_nolapic = my $force_nolapic = bootloader::get_append_simple($b, 'nolapic');