mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-04 15:54:20 +00:00
don't include and remove firewalld -- anaconda can now handle that
This commit is contained in:
parent
26cce5f5dc
commit
e8e1e59fb0
@ -50,9 +50,6 @@ dracut-config-generic
|
||||
|
||||
syslinux-extlinux
|
||||
|
||||
# Needed initially, but removed below.
|
||||
firewalld
|
||||
|
||||
# cherry-pick a few things from @standard
|
||||
tar
|
||||
rsync
|
||||
@ -65,6 +62,8 @@ rsync
|
||||
-kbd
|
||||
-uboot-tools
|
||||
-kernel
|
||||
-authconfig
|
||||
-firewalld
|
||||
|
||||
%end
|
||||
|
||||
@ -120,11 +119,6 @@ echo .
|
||||
echo "Removing linux-firmware package."
|
||||
yum -C -y remove linux-firmware
|
||||
|
||||
# Remove firewalld; was supposed to be optional in F18+, but is required to
|
||||
# be present for install/image building.
|
||||
echo "Removing firewalld."
|
||||
yum -C -y remove firewalld --setopt="clean_requirements_on_remove=1"
|
||||
|
||||
# Another one needed at install time but not after that, and it pulls
|
||||
# in some unneeded deps (like, newt and slang)
|
||||
echo "Removing authconfig."
|
||||
|
Loading…
Reference in New Issue
Block a user