diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-08-18 08:50:58 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-08-18 08:50:58 +0000 |
commit | 92e3fce63a0c18a7e84fe025f88dc779ddcf2cec (patch) | |
tree | 778e3be78b0e0670acc755cd7678f7f715994eaa /perl-install/install_steps.pm | |
parent | ed69d6328f6201595bcbcfe118a88ceea4274611 (diff) | |
download | drakx-92e3fce63a0c18a7e84fe025f88dc779ddcf2cec.tar drakx-92e3fce63a0c18a7e84fe025f88dc779ddcf2cec.tar.gz drakx-92e3fce63a0c18a7e84fe025f88dc779ddcf2cec.tar.bz2 drakx-92e3fce63a0c18a7e84fe025f88dc779ddcf2cec.tar.xz drakx-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.pm | 2 |
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}); } |