Skip to content

Commit

Permalink
cliwrap: only wrap dnf and kernel-install
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jlebon committed Feb 29, 2024
1 parent 3ce2f77 commit 9968717
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion manifests/cliwrap.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9968717

Please sign in to comment.