summaryrefslogtreecommitdiffstats
path: root/perl-install/install/any.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/install/any.pm')
-rw-r--r--perl-install/install/any.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/perl-install/install/any.pm b/perl-install/install/any.pm
index 431deae97..5521bd4db 100644
--- a/perl-install/install/any.pm
+++ b/perl-install/install/any.pm
@@ -551,8 +551,6 @@ sub default_packages {
push @l, map { $_->{BOOTPROTO} eq 'dhcp' ? $_->{DHCP_CLIENT} || 'dhcp-client' : () } values %{$o->{net}{ifcfg}};
# will get auto selected at summary stage for bootloader:
push @l, qw(acpi acpid mageia-gfxboot-theme);
- # will get auto selected at summary stage for firewall:
- push @l, qw(shorewall mandi-ifw);
# only needed for CDs/DVDs installations:
push @l, 'perl-Hal-Cdroms' if $o->{method} eq 'cdrom';