Merge branch 'pr/tier-1-remove' into 'main'
tier-1: drop unused kdump-aarch64-aws-workaround.yaml and redundant tier-0 symlinks See merge request fedora/bootc/base-images!44
This commit is contained in:
commit
a3629ba21a
|
|
@ -1 +0,0 @@
|
||||||
../tier-0/autoupdates.yaml
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
../tier-0/basic-fixes.yaml
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
../tier-0/bootc-config.yaml
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
../tier-0/bootc.yaml
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
../tier-0/bootupd.yaml
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
../tier-0/group
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
../tier-0/grub2-removals.yaml
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
../tier-0/initramfs.yaml
|
|
||||||
|
|
@ -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
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
../tier-0/manifest.yaml
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
recommends: true
|
recommends: true
|
||||||
|
|
||||||
include:
|
include:
|
||||||
- manifest-tier-0.yaml
|
- ../tier-0/manifest.yaml
|
||||||
- bootable-rpm-ostree.yaml
|
- bootable-rpm-ostree.yaml
|
||||||
- podman.yaml
|
- podman.yaml
|
||||||
- firmware.yaml
|
- firmware.yaml
|
||||||
|
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
../tier-0/ostree.yaml
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
../tier-0/passwd
|
|
||||||
Loading…
Reference in New Issue