1
0
mirror of https://github.com/coreos/fedora-coreos-config.git synced 2026-02-05 09:45:30 +01:00

manifest/fedora-coreos-base: unconditionalize aarch64 dtb hack

We are now >42 everywhere so let's break it out from being part of
conditional logic.
This commit is contained in:
Dusty Mabe
2026-02-03 15:08:24 -05:00
parent c2d73ff2d2
commit cd12e34d9c

View File

@@ -19,15 +19,6 @@ ostree-layers:
- overlay/30lvmdevices
conditional-include:
- if: releasever > 42
include:
postprocess:
# Hack to avoid running out of space on aarch64. This should save us about 29M.
# https://github.com/coreos/fedora-coreos-tracker/issues/2004
- |
#!/usr/bin/env bash
set -eux -o pipefail
rm -vrf /usr/lib/modules/*aarch64/dtb/qcom/
- if: releasever < 44
include:
postprocess:
@@ -83,6 +74,13 @@ postprocess:
grep sudo /usr/lib/group >> /etc/group
fi
# Hack to avoid running out of space on aarch64. This should save us about 29M.
# https://github.com/coreos/fedora-coreos-tracker/issues/2004
- |
#!/usr/bin/env bash
set -eux -o pipefail
rm -vrf /usr/lib/modules/*aarch64/dtb/qcom/
# Packages listed here should be specific to Fedore CoreOS (as in not yet
# available in RHCOS or not desired in RHCOS). All other packages should go
# into one of the sub-manifests listed at the top.