summaryrefslogtreecommitdiffstats
path: root/perl-install/install/steps.pm
diff options
context:
space:
mode:
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 412e027e8..856e59586 100644
--- a/perl-install/install/steps.pm
+++ b/perl-install/install/steps.pm
@@ -765,7 +765,7 @@ sub setupBootloaderBefore {
sub setupBootloader {
my ($o) = @_;
- any::install_acpi_pkgs($o->do_pkgs, $o->{bootloader});
+ any::install_bootloader_pkgs($o->do_pkgs, $o->{bootloader});
require bootloader;
bootloader::install($o->{bootloader}, $o->{all_hds});