Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

manifests/fedora-coreos-base: surgically remove qcom dtb files on aarch64 #2367

Merged
merged 1 commit into from
Apr 12, 2023

Conversation

dustymabe
Copy link
Member

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

…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
- |
#!/usr/bin/env bash
set -xeuo pipefail
rm -vrf /usr/lib/modules/*aarch64/dtb/qcom/
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I probably would have done

    if test $(arch) = aarch64; then rm -vrf /usr/lib/modules/*/dtb/qcom; fi

myself, but this is OK too.

@dustymabe
Copy link
Member Author

i'm going to skip CI here since it's not testing on aarch64 anyway. I did confirm for x86_64 no files get deleted.

@dustymabe dustymabe disabled auto-merge April 12, 2023 20:52
@dustymabe dustymabe merged commit 1375c9f into coreos:testing-devel Apr 12, 2023
@dustymabe dustymabe deleted the dusty-remove-qcom-dtb branch April 12, 2023 20:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Delete Qualcomm DTBs to free up space on aarch64
3 participants