d6218e0e16
Related to: https://github.com/projectatomic/rpm-ostree/issues/49 We want to support "name binding" per client system, rather than having a hardcoded mapping in our tree. Currently if e.g. a new daemon is added as a dependency (or as part of e.g. systemd) it's easy to silently miss it. This is prep for doing that binding client side consistently, which is what we do with package layering. Closes: #1077 Approved by: jlebon
25 lines
737 B
JSON
25 lines
737 B
JSON
{
|
|
"ref": "fedora/stable/${basearch}",
|
|
|
|
"repos": ["fedora"],
|
|
|
|
"packages": ["kernel", "nss-altfiles", "systemd", "ostree", "selinux-policy-targeted", "chrony"],
|
|
|
|
"packages-aarch64": ["grub2-efi", "ostree-grub2",
|
|
"efibootmgr", "shim"],
|
|
|
|
"packages-armhfp": ["extlinux-bootloader"],
|
|
|
|
"packages-ppc64": ["grub2", "ostree-grub2"],
|
|
|
|
"packages-ppc64le": ["grub2", "ostree-grub2"],
|
|
|
|
"packages-x86_64": ["grub2", "grub2-efi", "ostree-grub2",
|
|
"efibootmgr", "shim"],
|
|
|
|
"ignore-removed-users": ["root"],
|
|
"ignore-removed-groups": ["root"],
|
|
"check-passwd": { "type": "file", "filename": "passwd" },
|
|
"check-groups": { "type": "file", "filename": "group" }
|
|
}
|