From fc11674fc025bfccbeeff38422e5410208cc0017 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sat, 10 Mar 2012 18:28:28 +0000 Subject: (default_packages) install more packages earlier (shorewall & mandi), preventing useless installing steps later at summary stage --- perl-install/install/NEWS | 2 ++ perl-install/install/any.pm | 2 ++ 2 files changed, 4 insertions(+) (limited to 'perl-install/install') diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index f50fd96d3..b25e0972f 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,4 +1,6 @@ - explain why acpi, acpid & mageia-gfxboot-theme packages are selected +- install more packages earlier (shorewall & mandi), preventing useless + installing steps later at summary stage Version 13.91.1 - 08 March 2012 diff --git a/perl-install/install/any.pm b/perl-install/install/any.pm index eed6a1c6b..047e3b422 100644 --- a/perl-install/install/any.pm +++ b/perl-install/install/any.pm @@ -561,6 +561,8 @@ sub default_packages { add_n_log("needed by networking", @ltmp) if @ltmp; # will get auto selected at summary stage for bootloader: add_n_log("needed later at summary stage", qw(acpi acpid mageia-gfxboot-theme)); + # will get auto selected at summary stage for firewall: + add_n_log("needed for firewall/security", qw(shorewall mandi-ifw)); # only needed for CDs/DVDs installations: add_n_log("method='cdrom'", 'perl-Hal-Cdroms') if $o->{method} eq 'cdrom'; -- cgit v1.2.1