789ebe1e95
Adds ntpdate to the binary package list for the diskimage-builder element, and added ntpclient to the tinycore package list and added a small shim to wrap ntpclient as ntpdate is not a native tinycore package. For larger ramdisks, we attempt to use chrony, which superceeds the ntp package as a combined time server and client. Change-Id: If99f2df31af8e4d41ad7813d25f0d779abc23f7a Needed-By: https://review.opendev.org/#/c/707911/
65 lines
1.1 KiB
YAML
65 lines
1.1 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:
|
|
|
|
# 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
|