rockylinux-ostree-config/manifests/rocky-ostree-base.yaml
2022-09-29 20:37:37 -04:00

49 lines
691 B
YAML

include:
- ignition-and-ostree.yaml
conditional-include:
- if: releasever <= 8
include: fallback-hostname.yaml
packages:
- rpm
- policycoreutils
- kernel
- kernel-modules-extra
- rpm-ostree
- ostree-grub2
- selinux-policy-targeted
- biosdevname
- keyutils
- binutils
- nss-altfiles
- polkit
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"
units:
- getty@tty1.service
# See https://github.com/coreos/bootupd
arch-include:
x86_64: bootupd.yaml
aarch64: bootupd.yaml