summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.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_steps.pm
parent38f3ac465aa23935477a860ba61efb330623c936 (diff)
downloaddrakx-backup-do-not-use-44e50eaf2d9a98e51f5fbe71c57e54be2f97b893.tar
drakx-backup-do-not-use-44e50eaf2d9a98e51f5fbe71c57e54be2f97b893.tar.gz
drakx-backup-do-not-use-44e50eaf2d9a98e51f5fbe71c57e54be2f97b893.tar.bz2
drakx-backup-do-not-use-44e50eaf2d9a98e51f5fbe71c57e54be2f97b893.tar.xz
drakx-backup-do-not-use-44e50eaf2d9a98e51f5fbe71c57e54be2f97b893.zip
adapt to bootloader functions now using all_hds instead of hds
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r--perl-install/install_steps.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm
index 3fc191b9a..dcf215658 100644
--- a/perl-install/install_steps.pm
+++ b/perl-install/install_steps.pm
@@ -840,7 +840,7 @@ sub setupBootloader {
my ($o) = @_;
require bootloader;
- bootloader::install($o->{bootloader}, $o->{all_hds}{hds});
+ bootloader::install($o->{bootloader}, $o->{all_hds});
}
#------------------------------------------------------------------------------