75314ee3d7
Surprisingly in comps, it's just part of the anaconda group, and so it ends up on workstation systems indirectly because anaconda is part of the livecd. For Fedora Atomic Host, we list it explicitly. It turns out that when we dropped `docker/atomic`, nothing else was pulling in `lvm2`.
43 lines
1.2 KiB
JSON
43 lines
1.2 KiB
JSON
{
|
|
"ref": "fedora/rawhide/${basearch}/ostree-base",
|
|
|
|
"automatic_version_prefix": "30",
|
|
"mutate-os-release": "30",
|
|
|
|
"include": "fedora-common-ostree-pkgs.json",
|
|
|
|
"packages": [
|
|
"buildah",
|
|
"flatpak",
|
|
"flatpak-builder",
|
|
"git-core",
|
|
"lvm2",
|
|
"podman",
|
|
"rpm-ostree",
|
|
"skopeo",
|
|
"xdg-desktop-portal"
|
|
],
|
|
|
|
"selinux": true,
|
|
"documentation": true,
|
|
"boot_location": "new",
|
|
"etc-group-members": ["wheel"],
|
|
"tmp-is-dir": true,
|
|
|
|
"postprocess-script": "post.sh",
|
|
|
|
"ignore-removed-users": ["root"],
|
|
"ignore-removed-groups": ["root"],
|
|
"check-passwd": { "type": "file", "filename": "passwd" },
|
|
"check-groups": { "type": "file", "filename": "group" },
|
|
|
|
"default_target": "graphical.target",
|
|
|
|
"comment-for-packages": "Keep this in sync with fedora-atomic-host.json from fedora-atomic",
|
|
"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-x64", "ostree-grub2",
|
|
"efibootmgr", "shim", "microcode_ctl"]
|
|
}
|