diff --git a/manifest-c9s.yaml b/manifest-c9s.yaml index f9c9052b..f29df130 100644 --- a/manifest-c9s.yaml +++ b/manifest-c9s.yaml @@ -111,6 +111,13 @@ postprocess: --- EOF + - | + #!/usr/bin/env bash + set -xeo pipefail + # We need to work in disconnected environments by default, and default-enabled + # repos will be attempted to be fetched by rpm-ostree when doing node-local + # kernel overrides today for e.g. kernel-rt. + for x in /etc/yum.repos.d/*.repo; do sed -i -e s,enabled=1,enabled=0, $x; done # Packages that are only in SCOS and not in RHCOS or that have special # constraints that do not apply to RHCOS