rockylinux-ostree-config/manifests/rocky-ostree-base.yaml

54 lines
834 B
YAML
Raw Normal View History

2022-09-30 00:37:37 +00:00
include:
- ignition-and-ostree.yaml
2022-10-18 16:03:30 +00:00
- shared-el9.yaml
- shared-workarounds.yaml
ostree-layers:
- overlay/05core
- overlay/08nouveau
- overlay/09misc
- overlay/20platform-chrony
2022-09-30 00:37:37 +00:00
conditional-include:
- if: releasever <= 8
include: fallback-hostname.yaml
2022-06-06 10:11:51 +00:00
packages:
- rpm
- policycoreutils
- kernel
- kernel-modules-extra
- rpm-ostree
- ostree-grub2
- selinux-policy-targeted
- biosdevname
- keyutils
- binutils
- nss-altfiles
- polkit
2022-09-30 01:28:57 +00:00
- coreos-installer
2022-06-06 10:11:51 +00:00
ignore-removed-users:
- root
ignore-removed-groups:
- root
etc-group-members:
- wheel
- sudo
- systemd-journal
- adm
check-passwd:
type: "file"
filename: "passwd"
check-groups:
type: "file"
filename: "group"
2022-09-30 00:37:37 +00:00
# See https://github.com/coreos/bootupd
arch-include:
x86_64: bootupd.yaml
aarch64: bootupd.yaml