Skip to content

Instantly share code, notes, and snippets.

@jbweber
Created March 21, 2021 19:17
Show Gist options
  • Save jbweber/92ea0b72068539fb48c98b66b1047641 to your computer and use it in GitHub Desktop.
Save jbweber/92ea0b72068539fb48c98b66b1047641 to your computer and use it in GitHub Desktop.
# baseline of core +/- some stuff
%packages --instLangs=en
@core
# remove
-biosdevname
-cronie-anacron
-dnf-plugin-spacewalk
-dracut-config-rescue
-dracut-network
-firewalld
-geolite2-city
-geolite2-country
-iprutils
-iwl*-firmware
-kernel
-kexec-tools
-NetworkManager*
-plymouth
-python3-dnf-plugin-spacewalk
-qemu-guest-agent
-rhn-client-tools
# -rng-tools # in a newer CentOS CONFIG_RANDOM_TRUST_CPU enabled, should not longer need because of RDRAND
-sg3_utils*
-sssd-*
# add
cronie-noanacron
dhcp-client
dracut-config-generic
iptables-services
kernel-core
network-scripts
python3-libselinux
%end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment