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, 2 insertions, 0 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm
index fb75f630a..04b1f55a0 100644
--- a/perl-install/install_steps.pm
+++ b/perl-install/install_steps.pm
@@ -886,6 +886,8 @@ sub setupBootloaderBefore {
sub setupBootloader {
my ($o) = @_;
+ any::install_acpi_pkgs($o->do_pkgs, $o->{bootloader});
+
require bootloader;
bootloader::install($o->{bootloader}, $o->{all_hds});
}