71 lines
1.3 KiB
YAML
71 lines
1.3 KiB
YAML
ref: fedora/34/${basearch}/ostree-base
|
|
|
|
automatic_version_prefix: "34"
|
|
mutate-os-release: "34"
|
|
|
|
packages:
|
|
- fedora-release-silverblue
|
|
- git-core
|
|
- rpm-ostree
|
|
# Container management
|
|
- buildah
|
|
- podman
|
|
- skopeo
|
|
- toolbox
|
|
# Flatpak support
|
|
- flatpak
|
|
- xdg-desktop-portal
|
|
|
|
selinux: true
|
|
documentation: true
|
|
boot-location: modules
|
|
etc-group-members:
|
|
- wheel
|
|
tmp-is-dir: true
|
|
|
|
# We can drop this when it's the rpm-ostree default
|
|
rpmdb: sqlite
|
|
|
|
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
|
|
|
|
# Keep this in sync with fedora-atomic-host.json from fedora-atomic
|
|
packages-aarch64:
|
|
- grub2-efi
|
|
- ostree-grub2
|
|
- efibootmgr
|
|
- shim
|
|
packages-armhfp:
|
|
- extlinux-bootloader
|
|
- xorg-x11-drv-armada
|
|
packages-ppc64:
|
|
- grub2
|
|
- ostree-grub2
|
|
packages-ppc64le:
|
|
- grub2
|
|
- ostree-grub2
|
|
packages-x86_64:
|
|
- grub2
|
|
- grub2-efi-x64
|
|
- ostree-grub2
|
|
- efibootmgr
|
|
- shim
|
|
- microcode_ctl
|
|
- mcelog
|
|
- thermald
|
|
|
|
# Make sure the following are not pulled in when Recommended by other packages
|
|
exclude-packages:
|
|
- PackageKit
|
|
# We can not include openh264. See https://fedoraproject.org/wiki/OpenH264
|
|
- gstreamer1-plugin-openh264
|
|
- mozilla-openh264
|
|
- openh264
|