From 951042186d743140ad1633e76fc5247044f6f0f8 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sat, 10 Mar 2012 18:07:54 +0000 Subject: (default_packages) explain why acpi, acpid & mageia-gfxboot-theme packages are selected --- perl-install/install/NEWS | 2 ++ perl-install/install/any.pm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index c468846eb..f50fd96d3 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +- explain why acpi, acpid & mageia-gfxboot-theme packages are selected + Version 13.91.1 - 08 March 2012 - add a wrapper for running GDB in installer a simpler way 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'; -- cgit v1.2.1