rockylinux-ostree-config/manifests/rocky-ostree-base.yaml
Neil Hanlon 6b0762045e
try
2022-10-18 13:09:12 -04:00

60 lines
965 B
YAML

include:
- ignition-and-ostree.yaml
- shared-el9.yaml
- shared-workarounds.yaml
ostree-layers:
- overlay/05core
- overlay/08nouveau
- overlay/09misc
- overlay/20platform-chrony
- overlay/15fcos
conditional-include:
- if: releasever <= 8
include: fallback-hostname.yaml
- if: basearch != "s390x"
# And remove some cruft from grub2
include: grub2-removals.yaml
packages:
- rpm
- policycoreutils
- kernel
- kernel-modules-extra
- rpm-ostree
- ostree-grub2
- selinux-policy-targeted
- biosdevname
- keyutils
- binutils
- nss-altfiles
- polkit
- coreos-installer
ignore-removed-users:
- root
ignore-removed-groups:
- root
etc-group-members:
- wheel
- sudo
- systemd-journal
- adm
- docker
check-passwd:
type: "file"
filename: "passwd"
check-groups:
type: "file"
filename: "group"
# See https://github.com/coreos/bootupd
arch-include:
x86_64: bootupd.yaml
aarch64: bootupd.yaml