forked from srbala/fedora-kickstarts
CLOUD: install the cloud-server-environment, dont't install firewalld
select the cloud-server-environment instead of the different groups. don't install and uninstall firewalld since anaconda allows us to not need it
This commit is contained in:
parent
94283bfff2
commit
d338e1456a
@ -39,18 +39,12 @@ reboot
|
|||||||
# Package list.
|
# Package list.
|
||||||
%packages
|
%packages
|
||||||
|
|
||||||
fedora-release-cloud
|
|
||||||
|
|
||||||
kernel-core
|
kernel-core
|
||||||
@core
|
@cloud-server-environment
|
||||||
@cloud-server
|
|
||||||
|
|
||||||
# rescue mode generally isn't useful in the cloud context
|
# rescue mode generally isn't useful in the cloud context
|
||||||
-dracut-config-rescue
|
-dracut-config-rescue
|
||||||
|
|
||||||
# Needed initially, but removed below.
|
|
||||||
firewalld
|
|
||||||
|
|
||||||
# Some things from @core we can do without in a minimal install
|
# Some things from @core we can do without in a minimal install
|
||||||
-biosdevname
|
-biosdevname
|
||||||
-plymouth
|
-plymouth
|
||||||
@ -115,11 +109,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