61 lines
990 B
YAML
61 lines
990 B
YAML
include:
|
|
- ignition-and-ostree.yaml
|
|
- shared-el9.yaml
|
|
- shared-workarounds.yaml
|
|
- user-experience.yaml
|
|
|
|
ostree-layers:
|
|
- overlay/05core
|
|
- overlay/08nouveau
|
|
- overlay/09misc
|
|
- overlay/15fcos
|
|
- overlay/20platform-chrony
|
|
|
|
|
|
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
|