summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-08-18 08:50:58 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-08-18 08:50:58 +0000
commit92e3fce63a0c18a7e84fe025f88dc779ddcf2cec (patch)
tree778e3be78b0e0670acc755cd7678f7f715994eaa /perl-install/install_steps.pm
parented69d6328f6201595bcbcfe118a88ceea4274611 (diff)
downloaddrakx-backup-do-not-use-92e3fce63a0c18a7e84fe025f88dc779ddcf2cec.tar
drakx-backup-do-not-use-92e3fce63a0c18a7e84fe025f88dc779ddcf2cec.tar.gz
drakx-backup-do-not-use-92e3fce63a0c18a7e84fe025f88dc779ddcf2cec.tar.bz2
drakx-backup-do-not-use-92e3fce63a0c18a7e84fe025f88dc779ddcf2cec.tar.xz
drakx-backup-do-not-use-92e3fce63a0c18a7e84fe025f88dc779ddcf2cec.zip
create install_acpi_pkgs() and use it for auto_installs
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});
}