summaryrefslogtreecommitdiffstats
path: root/perl-install/install/any.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-03-10 18:07:54 +0000
committerThierry Vignaud <tv@mageia.org>2012-03-10 18:07:54 +0000
commita6d259b3832f304b196e97d257448b0005545d09 (patch)
treeadbd1a3be7a49722cde769b77dc8e2c182dc8e89 /perl-install/install/any.pm
parentffabeb6d9f1334012021f0c6291f373c00202735 (diff)
downloaddrakx-backup-do-not-use-a6d259b3832f304b196e97d257448b0005545d09.tar
drakx-backup-do-not-use-a6d259b3832f304b196e97d257448b0005545d09.tar.gz
drakx-backup-do-not-use-a6d259b3832f304b196e97d257448b0005545d09.tar.bz2
drakx-backup-do-not-use-a6d259b3832f304b196e97d257448b0005545d09.tar.xz
drakx-backup-do-not-use-a6d259b3832f304b196e97d257448b0005545d09.zip
(default_packages) explain why acpi, acpid & mageia-gfxboot-theme packages are selected
Diffstat (limited to 'perl-install/install/any.pm')
-rw-r--r--perl-install/install/any.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install/any.pm b/perl-install/install/any.pm
index a791cbbd4..eed6a1c6b 100644
--- a/perl-install/install/any.pm
+++ b/perl-install/install/any.pm
@@ -560,7 +560,7 @@ sub default_packages {
my @ltmp = map { $_->{BOOTPROTO} eq 'dhcp' ? $_->{DHCP_CLIENT} || 'dhcp-client' : () } values %{$o->{net}{ifcfg}};
add_n_log("needed by networking", @ltmp) if @ltmp;
# will get auto selected at summary stage for bootloader:
- push @l, qw(acpi acpid mageia-gfxboot-theme);
+ add_n_log("needed later at summary stage", qw(acpi acpid mageia-gfxboot-theme));
# only needed for CDs/DVDs installations:
add_n_log("method='cdrom'", 'perl-Hal-Cdroms') if $o->{method} eq 'cdrom';