Remove missing packages from Fedora-ELN-Guest.
This commit removes few packages from Fedora-ELN-Guest kickstart: - insights-client - this is RHEL only package which does not exist in Fedora and therefore will not be installed in Fedora ELN. - rng-tools - this is not available in Fedora-ELN compose yet. We will enable rngd again once this is added to Fedora ELN. - dracut-norescue - this is RHEL only package. The Fedora equivalent of this is to remove dracut-config-rescue. This yes is also used in other Fedora kickstarts. Signed-off-by: Jan Kaluza <jkaluza@redhat.com>
This commit is contained in:
parent
c0a6e1066b
commit
03976cbc15
@ -14,7 +14,7 @@ selinux --enforcing
|
|||||||
firewall --enabled --service=ssh
|
firewall --enabled --service=ssh
|
||||||
network --bootproto=dhcp --device=link --activate --onboot=on
|
network --bootproto=dhcp --device=link --activate --onboot=on
|
||||||
#services --enabled=sshd,ovirt-guest-agent --disabled kdump,rhsmcertd
|
#services --enabled=sshd,ovirt-guest-agent --disabled kdump,rhsmcertd
|
||||||
services --enabled=sshd,NetworkManager,cloud-init,cloud-init-local,cloud-config,cloud-final,rngd --disabled kdump,rhsmcertd
|
services --enabled=sshd,NetworkManager,cloud-init,cloud-init-local,cloud-config,cloud-final --disabled kdump,rhsmcertd
|
||||||
rootpw --iscrypted nope
|
rootpw --iscrypted nope
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -86,7 +86,13 @@ qemu-guest-agent
|
|||||||
cloud-utils-growpart
|
cloud-utils-growpart
|
||||||
# We need this image to be portable; also, rescue mode isn't useful here.
|
# We need this image to be portable; also, rescue mode isn't useful here.
|
||||||
dracut-config-generic
|
dracut-config-generic
|
||||||
dracut-norescue
|
|
||||||
|
# Don't include dracut-config-rescue. It will have dracut generate a
|
||||||
|
# "rescue" entry in the grub menu, but that also means there is a
|
||||||
|
# rescue kernel and initramfs that get created, which (currently) add
|
||||||
|
# about another 40MiB to the /boot/ partition. Also the "rescue" mode
|
||||||
|
# is generally not useful in the cloud.
|
||||||
|
-dracut-config-rescue
|
||||||
|
|
||||||
# Needed initially, but removed below.
|
# Needed initially, but removed below.
|
||||||
firewalld
|
firewalld
|
||||||
@ -119,10 +125,8 @@ fedora-release
|
|||||||
fedora-repos
|
fedora-repos
|
||||||
|
|
||||||
# Add rng-tools as source of entropy
|
# Add rng-tools as source of entropy
|
||||||
rng-tools
|
# TODO: Not available in Fedora-ELN yet.
|
||||||
|
# rng-tools
|
||||||
# RH Insights client, for public cloud providers
|
|
||||||
insights-client
|
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user