fa29f7acfa
Follow up to: https://github.com/projectatomic/rpm-ostree/pull/1459 We now honor arch-specific packages in YAML, and reject unknown architectures. I looked a little bit at how to avoid having hardcoded arch lists, but it doesn't seem worth it right now. Closes: #1468 Approved by: jlebon
27 lines
869 B
JSON
27 lines
869 B
JSON
{
|
|
"ref": "fedora/stable/${basearch}",
|
|
"releasever": "28",
|
|
|
|
"repos": ["fedora", "updates"],
|
|
|
|
"packages": ["kernel", "nss-altfiles", "systemd", "ostree", "selinux-policy-targeted", "chrony",
|
|
"tuned", "iputils", "fedora-release-atomichost", "docker", "container-selinux"],
|
|
|
|
"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" }
|
|
}
|