2024-02-15 17:48:25 +00:00
|
|
|
releasever: 41
|
2024-02-15 17:50:17 +00:00
|
|
|
automatic-version-prefix: "${releasever}.<date:%Y%m%d>"
|
2024-02-15 17:48:25 +00:00
|
|
|
mutate-os-release: "${releasever}"
|
2019-04-06 16:38:45 +00:00
|
|
|
|
2023-03-13 21:03:12 +00:00
|
|
|
# Default to `bash` in our container, the same as other containers we ship.
|
|
|
|
container-cmd:
|
|
|
|
- /usr/bin/bash
|
|
|
|
|
2024-02-08 10:24:05 +00:00
|
|
|
include:
|
|
|
|
- fedora-common-ostree-pkgs.yaml
|
2024-03-18 13:21:01 +00:00
|
|
|
# See: https://gitlab.com/fedora/ostree/sig/-/issues/1
|
|
|
|
# - bootupd.yaml
|
2022-10-14 17:45:40 +00:00
|
|
|
|
2019-04-06 16:38:45 +00:00
|
|
|
packages:
|
2023-09-27 08:45:36 +00:00
|
|
|
# Ensure that we have a kernel. Kernel packages are not in any comps group
|
|
|
|
- kernel
|
|
|
|
- kernel-modules
|
|
|
|
- kernel-modules-extra
|
2022-11-22 11:48:41 +00:00
|
|
|
# Do not include "full" Git as it brings in Perl
|
2019-04-06 16:38:45 +00:00
|
|
|
- git-core
|
2022-11-22 11:48:41 +00:00
|
|
|
# Explicitely add Git docs
|
|
|
|
- git-core-doc
|
2019-04-06 16:38:45 +00:00
|
|
|
- lvm2
|
2023-01-20 15:26:00 +00:00
|
|
|
# Required for compatibility with old bootloaders until we have bootupd
|
|
|
|
# See https://github.com/fedora-silverblue/issue-tracker/issues/120
|
2022-11-02 20:34:35 +00:00
|
|
|
- ostree-grub2
|
2023-09-27 08:40:25 +00:00
|
|
|
# Required until we've completed the move to systemd-sysusers
|
|
|
|
# See: https://github.com/fedora-silverblue/issue-tracker/issues/362
|
|
|
|
- nss-altfiles
|
2019-04-06 17:04:22 +00:00
|
|
|
# Container management
|
|
|
|
- buildah
|
|
|
|
- podman
|
2019-04-06 16:38:45 +00:00
|
|
|
- skopeo
|
2024-04-09 16:51:55 +00:00
|
|
|
# Keep slirp4netns for rootless containers until it's fully deprecated in podman
|
|
|
|
# See: https://github.com/fedora-silverblue/issue-tracker/issues/547
|
|
|
|
- slirp4netns
|
2023-11-20 14:46:10 +00:00
|
|
|
# See: https://github.com/fedora-silverblue/issue-tracker/issues/503
|
|
|
|
- systemd-container
|
2022-04-20 11:29:34 +00:00
|
|
|
# Provides terminal tools like clear, reset, tput, and tset
|
|
|
|
- ncurses
|
2019-04-06 17:04:22 +00:00
|
|
|
# Flatpak support
|
|
|
|
- flatpak
|
2019-04-06 16:38:45 +00:00
|
|
|
- xdg-desktop-portal
|
2019-04-06 17:01:56 +00:00
|
|
|
# HFS filesystem tools for Apple hardware
|
|
|
|
# See https://github.com/projectatomic/rpm-ostree/issues/1380
|
|
|
|
- hfsplus-tools
|
|
|
|
# Contains default ostree remote config to be used on client's
|
|
|
|
# system for fetching ostree update
|
|
|
|
- fedora-repos-ostree
|
2020-11-30 16:33:13 +00:00
|
|
|
# the archive repo for more reliable package layering
|
|
|
|
# https://github.com/coreos/fedora-coreos-tracker/issues/400
|
|
|
|
- fedora-repos-archive
|
2024-01-26 11:34:16 +00:00
|
|
|
# Always include at least full English language support by default
|
|
|
|
# https://gitlab.com/fedora/ostree/sig/-/issues/14
|
|
|
|
- langpacks-en
|
2019-04-06 16:38:45 +00:00
|
|
|
|
|
|
|
selinux: true
|
|
|
|
documentation: true
|
2020-11-27 14:29:12 +00:00
|
|
|
boot-location: modules
|
2019-04-06 16:38:45 +00:00
|
|
|
etc-group-members:
|
|
|
|
- wheel
|
|
|
|
tmp-is-dir: true
|
|
|
|
|
|
|
|
ignore-removed-users:
|
|
|
|
- root
|
|
|
|
ignore-removed-groups:
|
|
|
|
- root
|
2021-10-11 11:06:47 +00:00
|
|
|
check-passwd:
|
|
|
|
type: file
|
|
|
|
filename: passwd
|
|
|
|
check-groups:
|
|
|
|
type: file
|
|
|
|
filename: group
|
2019-04-06 16:38:45 +00:00
|
|
|
|
|
|
|
default_target: graphical.target
|
|
|
|
|
|
|
|
packages-aarch64:
|
|
|
|
- grub2-efi
|
|
|
|
- efibootmgr
|
|
|
|
- shim
|
|
|
|
packages-ppc64le:
|
|
|
|
- grub2
|
|
|
|
packages-x86_64:
|
2021-05-17 08:58:58 +00:00
|
|
|
- grub2-efi-ia32
|
2019-04-06 16:38:45 +00:00
|
|
|
- grub2-efi-x64
|
2021-05-17 09:21:32 +00:00
|
|
|
- grub2-pc
|
2019-04-06 16:38:45 +00:00
|
|
|
- efibootmgr
|
2021-05-17 08:58:58 +00:00
|
|
|
- shim-ia32
|
|
|
|
- shim-x64
|
2020-02-12 15:21:13 +00:00
|
|
|
|
|
|
|
# Make sure the following are not pulled in when Recommended by other packages
|
|
|
|
exclude-packages:
|
|
|
|
- PackageKit
|
2021-02-02 11:42:14 +00:00
|
|
|
# We can not include openh264. See https://fedoraproject.org/wiki/OpenH264
|
|
|
|
- gstreamer1-plugin-openh264
|
|
|
|
- mozilla-openh264
|
|
|
|
- openh264
|
2023-07-04 08:34:51 +00:00
|
|
|
# Always exclude dnf when pulled in as a dependency
|
|
|
|
- dnf
|
|
|
|
- dnf-plugins-core
|
|
|
|
- dnf5
|
|
|
|
- dnf5-plugins
|
2023-12-14 10:40:45 +00:00
|
|
|
# https://github.com/fedora-silverblue/issue-tracker/issues/517
|
2023-12-16 14:13:49 +00:00
|
|
|
- grubby
|
2023-12-14 10:40:45 +00:00
|
|
|
- sdubby
|
2021-10-09 14:31:03 +00:00
|
|
|
|
|
|
|
postprocess:
|
|
|
|
- |
|
|
|
|
#!/usr/bin/env bash
|
|
|
|
set -xeuo pipefail
|
|
|
|
|
|
|
|
# Work around https://bugzilla.redhat.com/show_bug.cgi?id=1265295
|
|
|
|
# From https://github.com/coreos/fedora-coreos-config/blob/testing-devel/overlay.d/05core/usr/lib/systemd/journald.conf.d/10-coreos-persistent.conf
|
|
|
|
install -dm0755 /usr/lib/systemd/journald.conf.d/
|
|
|
|
echo -e "[Journal]\nStorage=persistent" > /usr/lib/systemd/journald.conf.d/10-persistent.conf
|
|
|
|
|
|
|
|
# See: https://src.fedoraproject.org/rpms/glibc/pull-request/4
|
|
|
|
# Basically that program handles deleting old shared library directories
|
|
|
|
# mid-transaction, which never applies to rpm-ostree. This is structured as a
|
|
|
|
# loop/glob to avoid hardcoding (or trying to match) the architecture.
|
|
|
|
for x in /usr/sbin/glibc_post_upgrade.*; do
|
|
|
|
if test -f ${x}; then
|
|
|
|
ln -srf /usr/bin/true ${x}
|
|
|
|
fi
|
|
|
|
done
|
2023-02-10 19:43:22 +00:00
|
|
|
|
|
|
|
# Remove loader directory causing issues in Anaconda in unified core mode
|
|
|
|
# Will be obsolete once we start using bootupd
|
|
|
|
rm -rf /usr/lib/ostree-boot/loader
|
2023-06-27 17:19:20 +00:00
|
|
|
|
|
|
|
# Undo RPM scripts enabling units; we want the presets to be canonical
|
|
|
|
# https://github.com/projectatomic/rpm-ostree/issues/1803
|
|
|
|
rm -rf /etc/systemd/system/*
|
|
|
|
systemctl preset-all
|
|
|
|
rm -rf /etc/systemd/user/*
|
|
|
|
systemctl --user --global preset-all
|
2023-06-30 14:08:13 +00:00
|
|
|
|
2024-02-01 09:41:23 +00:00
|
|
|
# Fix triggerin for samba-client in cups package (not supported by rpm-ostree yet)
|
|
|
|
# https://github.com/fedora-silverblue/issue-tracker/issues/532
|
|
|
|
ln -snf /usr/libexec/samba/cups_backend_smb /usr/lib/cups/backend/smb
|
|
|
|
|
2022-08-19 18:16:55 +00:00
|
|
|
postprocess-script: "postprocess.sh"
|