diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-03-10 18:28:28 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-03-10 18:28:28 +0000 |
commit | fc11674fc025bfccbeeff38422e5410208cc0017 (patch) | |
tree | 1dacd026f7ebb9b925ccb636e33b86b6a8b84df0 /perl-install/install/any.pm | |
parent | 951042186d743140ad1633e76fc5247044f6f0f8 (diff) | |
download | drakx-fc11674fc025bfccbeeff38422e5410208cc0017.tar drakx-fc11674fc025bfccbeeff38422e5410208cc0017.tar.gz drakx-fc11674fc025bfccbeeff38422e5410208cc0017.tar.bz2 drakx-fc11674fc025bfccbeeff38422e5410208cc0017.tar.xz drakx-fc11674fc025bfccbeeff38422e5410208cc0017.zip |
(default_packages) install more packages earlier (shorewall & mandi),
preventing useless installing steps later at summary stage
Diffstat (limited to 'perl-install/install/any.pm')
-rw-r--r-- | perl-install/install/any.pm | 2 |
1 files changed, 2 insertions, 0 deletions
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'; |