forked from srbala/fedora-kickstarts
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
|
syslinux-extlinux
|
||||||
|
|
||||||
# Needed initially, but removed below.
|
|
||||||
firewalld
|
|
||||||
|
|
||||||
# cherry-pick a few things from @standard
|
# cherry-pick a few things from @standard
|
||||||
tar
|
tar
|
||||||
rsync
|
rsync
|
||||||
@ -65,6 +62,8 @@ rsync
|
|||||||
-kbd
|
-kbd
|
||||||
-uboot-tools
|
-uboot-tools
|
||||||
-kernel
|
-kernel
|
||||||
|
-authconfig
|
||||||
|
-firewalld
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
@ -120,11 +119,6 @@ echo .
|
|||||||
echo "Removing linux-firmware package."
|
echo "Removing linux-firmware package."
|
||||||
yum -C -y remove linux-firmware
|
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
|
# Another one needed at install time but not after that, and it pulls
|
||||||
# in some unneeded deps (like, newt and slang)
|
# in some unneeded deps (like, newt and slang)
|
||||||
echo "Removing authconfig."
|
echo "Removing authconfig."
|
||||||
|
Loading…
Reference in New Issue
Block a user