Dmitry Tantsur 79cd8ed97e Install linux-firmware in DIB images
It's removed as of https://review.opendev.org/#/c/675547/ but is
actually required for bare metal.

Story: #2007385
Task: #38969
Depends-On: https://review.opendev.org/727171
Change-Id: I7e924cf58df90d957afce8a058b575643527284b
2020-05-12 14:07:52 +02:00

71 lines
1.3 KiB
YAML

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:
efibootmgr:
efivar:
chrony:
e2fsprogs:
# The base minimum element uninstalls firmware, but it's needed for bare metal.
linux-firmware:
phase: post-install.d
when: IPA_DISTRO_FAMILY = rh
# 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
kbd:
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