Skip to content

Commit 9968717

Browse files
committed
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]: CentOS/centos-bootc#377
1 parent 3ce2f77 commit 9968717

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

manifests/cliwrap.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
# https://github.com/coreos/fedora-coreos-tracker/issues/730
2-
cliwrap: true
2+
cliwrap-binaries:
3+
- dnf
4+
# until https://github.com/coreos/rpm-ostree/issues/4726
5+
- kernel-install

0 commit comments

Comments
 (0)