forked from openshift/os
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request openshift#1479 from jbtrystram/zram-no-defaults
COS-2507: Manifests: disable default ZRAM config
- Loading branch information
Showing
3 changed files
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule fedora-coreos-config
updated
16 files
+0 −9 | image-base.yaml | |
+15 −2 | kola-denylist.yaml | |
+55 −55 | manifest-lock.aarch64.json | |
+55 −55 | manifest-lock.ppc64le.json | |
+54 −54 | manifest-lock.s390x.json | |
+55 −55 | manifest-lock.x86_64.json | |
+3 −0 | manifests/exclude-dnf.yaml | |
+1 −4 | manifests/fedora-coreos-base.yaml | |
+10 −4 | manifests/fedora-coreos.yaml | |
+13 −0 | manifests/include-dnf.yaml | |
+4 −0 | manifests/makedumpfile.yaml | |
+0 −10 | manifests/ostree-bls.yaml | |
+3 −0 | manifests/system-configuration.yaml | |
+0 −17 | tests/kola/files/etc-passwd-group-permissions | |
+44 −0 | tests/kola/files/etc-permissions | |
+4 −0 | tests/kola/ignition/delete-config/test.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
remove-from-packages: | ||
# zram-generator-0.3.2 (shipped in centOS 9) provides a default | ||
# zram-generator config, we want to disable it | ||
- - zram-generator | ||
- "/usr/lib/systemd/zram-generator.conf" |