From 92e3fce63a0c18a7e84fe025f88dc779ddcf2cec Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 18 Aug 2004 08:50:58 +0000 Subject: create install_acpi_pkgs() and use it for auto_installs --- perl-install/install_steps.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'perl-install/install_steps.pm') 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}); } -- cgit v1.2.1