Skip to content

Commit

Permalink
manifests/fedora-coreos-base: surgically remove qcom dtb files on aar…
Browse files Browse the repository at this point in the history
…ch64

This will save us some space while we work on longer term
solutions for limited space in the /boot partition.

Fixes coreos/fedora-coreos-tracker#1464
  • Loading branch information
dustymabe authored and HuijingHei committed Oct 10, 2023
1 parent 20c3331 commit b47811e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions manifests/fedora-coreos-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,13 @@ postprocess:
ln -sf /usr/sbin/iptables-nft-restore /etc/alternatives/iptables-restore
ln -sf /usr/sbin/iptables-nft-save /etc/alternatives/iptables-save
# Short term hack to avoid running out of space on aarch64. This should
# save us about 14M. https://github.com/coreos/fedora-coreos-tracker/issues/1464
- |
#!/usr/bin/env bash
set -xeuo 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.
Expand Down

0 comments on commit b47811e

Please sign in to comment.