summaryrefslogtreecommitdiffstats
path: root/perl-install/install_any.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-08-05 04:27:35 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-08-05 04:27:35 +0000
commit44e50eaf2d9a98e51f5fbe71c57e54be2f97b893 (patch)
tree7c7d8ac8c30b72a08651fc2b0bad27117cd8cc83 /perl-install/install_any.pm
parent38f3ac465aa23935477a860ba61efb330623c936 (diff)
downloaddrakx-44e50eaf2d9a98e51f5fbe71c57e54be2f97b893.tar
drakx-44e50eaf2d9a98e51f5fbe71c57e54be2f97b893.tar.gz
drakx-44e50eaf2d9a98e51f5fbe71c57e54be2f97b893.tar.bz2
drakx-44e50eaf2d9a98e51f5fbe71c57e54be2f97b893.tar.xz
drakx-44e50eaf2d9a98e51f5fbe71c57e54be2f97b893.zip
adapt to bootloader functions now using all_hds instead of hds
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r--perl-install/install_any.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm
index 5b5b5e32f..557f31c9f 100644
--- a/perl-install/install_any.pm
+++ b/perl-install/install_any.pm
@@ -637,7 +637,7 @@ sub setupFB {
foreach (@{$o->{bootloader}{entries}}) {
$_->{vga} = $vga if $_->{vga}; #- replace existing vga= with
}
- bootloader::install($o->{bootloader}, $o->{all_hds}{hds});
+ bootloader::install($o->{bootloader}, $o->{all_hds});
1;
}