2019-06-23 02:17:49 +05:30
|
|
|
tgt:
|
|
|
|
curl:
|
|
|
|
# dmidecode does not exist for ppc* arches so we use lshw
|
|
|
|
dmidecode:
|
|
|
|
not-arch: ppc64,ppc64el,ppc64le
|
|
|
|
iptables:
|
|
|
|
lshw:
|
|
|
|
ipmitool:
|
|
|
|
qemu-utils:
|
|
|
|
gcc:
|
|
|
|
python-dev:
|
|
|
|
parted:
|
|
|
|
hdparm:
|
|
|
|
util-linux:
|
|
|
|
genisoimage:
|
|
|
|
gdisk:
|
|
|
|
kmod:
|
|
|
|
psmisc:
|
|
|
|
dosfstools:
|
|
|
|
mdadm:
|
2019-12-09 16:08:31 +01:00
|
|
|
efibootmgr:
|
2020-01-07 15:46:33 +01:00
|
|
|
efivar:
|
2020-02-14 13:58:12 -08:00
|
|
|
chrony:
|
2020-04-06 10:44:37 +02:00
|
|
|
e2fsprogs:
|
2020-06-05 11:37:10 +02:00
|
|
|
libffi-dev:
|
2020-09-04 16:42:02 +02:00
|
|
|
build-only: true
|
|
|
|
libssl-dev:
|
|
|
|
build-only: true
|
2019-09-26 15:38:21 +02:00
|
|
|
|
2020-05-11 11:53:21 +02:00
|
|
|
# The base minimum element uninstalls firmware, but it's needed for bare metal.
|
|
|
|
linux-firmware:
|
|
|
|
phase: post-install.d
|
|
|
|
when: IPA_DISTRO_FAMILY = rh
|
|
|
|
|
2019-09-26 15:38:21 +02:00
|
|
|
# Unnecessary packages to remove. We run all removals in pre-install phase, to
|
|
|
|
# avoid breaking installs that happen in install phase.
|
|
|
|
|
|
|
|
cloud-init:
|
|
|
|
phase: pre-install.d
|
|
|
|
uninstall: true
|
|
|
|
git:
|
|
|
|
phase: pre-install.d
|
|
|
|
uninstall: true
|
|
|
|
man-db:
|
|
|
|
phase: pre-install.d
|
|
|
|
uninstall: true
|
|
|
|
rsync:
|
|
|
|
phase: pre-install.d
|
|
|
|
uninstall: true
|
|
|
|
|
|
|
|
# Distro-specific uninstalls
|
|
|
|
cronie:
|
|
|
|
phase: pre-install.d
|
|
|
|
uninstall: true
|
|
|
|
when: IPA_DISTRO_FAMILY = rh
|
|
|
|
kernel-debug-devel:
|
|
|
|
phase: pre-install.d
|
|
|
|
uninstall: true
|
|
|
|
when: IPA_DISTRO_FAMILY = rh
|
|
|
|
plymouth:
|
|
|
|
phase: pre-install.d
|
|
|
|
uninstall: true
|
|
|
|
when: IPA_DISTRO_FAMILY = rh
|
|
|
|
teamd:
|
|
|
|
phase: pre-install.d
|
|
|
|
uninstall: true
|
|
|
|
when: IPA_DISTRO_FAMILY = rh
|
|
|
|
yum:
|
|
|
|
phase: pre-install.d
|
|
|
|
uninstall: true
|
|
|
|
when: DISTRO_NAME = fedora
|