diff options
Diffstat (limited to 'perl-install/install/any.pm')
-rw-r--r-- | perl-install/install/any.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install/any.pm b/perl-install/install/any.pm index 82f700f15..90e5cae86 100644 --- a/perl-install/install/any.pm +++ b/perl-install/install/any.pm @@ -852,7 +852,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: - add_n_log("needed later at summary stage", qw(acpi acpid mageia-gfxboot-theme)); + add_n_log("needed later at summary stage", qw(acpi acpid)); # will get auto selected at summary stage for firewall: add_n_log("needed for firewall/security", qw(shorewall shorewall-ipv6 mandi-ifw)); # only needed for CDs/DVDs installations: |