2022-10-18 18:36:11 +00:00
|
|
|
# Inherits from "Core"
|
|
|
|
|
|
|
|
|
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
|
2022-10-18 18:36:11 +00:00
|
|
|
- system-configuration.yaml
|
2022-10-18 18:12:45 +00:00
|
|
|
- user-experience.yaml
|
2022-10-18 16:03:30 +00:00
|
|
|
|
2022-10-18 18:36:11 +00:00
|
|
|
conditional-include:
|
|
|
|
- if: releasever <= 8
|
|
|
|
include: fallback-hostname.yaml
|
|
|
|
|
2022-10-18 16:03:30 +00:00
|
|
|
ostree-layers:
|
|
|
|
- overlay/05core
|
|
|
|
- overlay/08nouveau
|
|
|
|
- overlay/09misc
|
2022-10-18 18:12:45 +00:00
|
|
|
- overlay/20platform-chrony
|
2022-09-30 00:37:37 +00:00
|
|
|
|
|
|
|
|
2022-10-18 18:36:11 +00:00
|
|
|
recommends: false
|
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
|
2022-10-18 17:08:27 +00:00
|
|
|
- docker
|
2022-06-06 10:11:51 +00:00
|
|
|
|
|
|
|
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
|
2022-10-18 18:36:11 +00:00
|
|
|
|
|
|
|
default-target: multi-user.target
|