From 9968717f14dacd8daaa29f973f7eaa98a7c9e2b5 Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Thu, 29 Feb 2024 14:35:24 -0500 Subject: [PATCH] cliwrap: only wrap `dnf` and `kernel-install` All we really want to cliwrap is `dnf` so that a `dnf install ...` will work. Again, as mentioned in the commit that introduced this, ideally we can actually ship dnf itself once it's ready and then we can back this out. Also wrap `kernel-install` for now to make kernel replacements smoother until we can get it to work seamlessly (this matches [[1]]). [1]: https://github.com/CentOS/centos-bootc/pull/377 --- manifests/cliwrap.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/manifests/cliwrap.yaml b/manifests/cliwrap.yaml index 8a2b7d4692..9d5a7a85d8 100644 --- a/manifests/cliwrap.yaml +++ b/manifests/cliwrap.yaml @@ -1,2 +1,5 @@ # https://github.com/coreos/fedora-coreos-tracker/issues/730 -cliwrap: true +cliwrap-binaries: + - dnf + # until https://github.com/coreos/rpm-ostree/issues/4726 + - kernel-install