tier-1: drop unused kdump-aarch64-aws-workaround.yaml

At least in this repo's history, this file doesn't appear to have ever
been used.
This commit is contained in:
Jonathan Lebon 2024-09-16 09:16:50 -04:00
parent 684ea928c2
commit 4e736cc6bb
No known key found for this signature in database
1 changed files with 0 additions and 12 deletions

View File

@ -1,12 +0,0 @@
# This file includes a fixup for kdump on aarch64 AWS instances.
# The issue seems specific to aarch64 AWS instances, but we'll go
# ahead and apply it across the board for aarch64, since that's
# the easiest thing to do. Hopefully the upstream issue will get
# resolved soon.
postprocess:
- |
#!/usr/bin/env bash
# Remove irqpoll from the list of KDUMP_COMMANDLINE_APPEND. This
# causes issues on aarch64 AWS instances.
# https://github.com/coreos/fedora-coreos-tracker/issues/1187
sed -i -e 's/irqpoll //' /etc/sysconfig/kdump