964ab1f8bc
We won't have done the postprocessing, so `/usr/lib/passwd` won't exist. Trying to use `compose install` with current fedora-atomic failed (I *really* should have tested that at least manually with the final patchset). Add `check-passwd` to the test suite so this gets coverage too. Closes: #1076 Approved by: jlebon
25 lines
727 B
JSON
25 lines
727 B
JSON
{
|
|
"ref": "fedora/stable/${basearch}",
|
|
|
|
"repos": ["fedora"],
|
|
|
|
"packages": ["kernel", "nss-altfiles", "systemd", "ostree", "selinux-policy-targeted"],
|
|
|
|
"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" }
|
|
}
|