diff --git a/manifests/fedora-coreos-base.yaml b/manifests/fedora-coreos-base.yaml index cc07cc8c..69ca3d85 100644 --- a/manifests/fedora-coreos-base.yaml +++ b/manifests/fedora-coreos-base.yaml @@ -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.