35 lines
863 B
YAML
35 lines
863 B
YAML
# This file configures things relevant to `rpm-ostree compose postprocess`.
|
|
|
|
# We want content lifecycled with the image
|
|
opt-usrlocal: "root"
|
|
|
|
# https://github.com/CentOS/centos-bootc/issues/167
|
|
machineid-compat: true
|
|
|
|
# Note that the default for c9s+ is sqlite; we can't rely on rpm being
|
|
# in the target (it isn't in tier-0!) so turn this to host here. This
|
|
# does break the "hermetic build" aspect a bit. Maybe eventually
|
|
# what we should do is special case this and actually install RPM temporarily
|
|
# and then remove it...
|
|
rpmdb: host
|
|
|
|
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"
|
|
|
|
automatic-version-prefix: "${releasever}.<date:%Y%m%d>"
|
|
mutate-os-release: "${releasever}"
|