f9184799de
Refactor how we differentiate bootable containers variants from classic ostree ones using conditional includes. See: https://coreos.github.io/rpm-ostree/treefile/
12 lines
385 B
YAML
12 lines
385 B
YAML
# Manifest for classic ostree varaints only and not Bootable Containers
|
|
|
|
# Packages only included in the legacy ostree variants and not in Bootable
|
|
# Containers
|
|
packages:
|
|
- ostree-grub2
|
|
|
|
# We do not include any version of DNF in the classic ostree Atomic Desktops
|
|
# See: https://fedoraproject.org/wiki/Changes/DNFAndBootcInImageModeFedora
|
|
exclude-packages:
|
|
- dnf5
|
|
- dnf5-plugins
|