Enable /usr/bin/bootc by default
Let's opt in for these images.
This commit is contained in:
parent
a356ed897b
commit
f3cdf59cfd
|
|
@ -16,3 +16,9 @@ exclude-packages:
|
|||
# chosen as the package to satisfy the `kernel-core` dependency from
|
||||
# the kernel package.
|
||||
- kernel-debug-core
|
||||
|
||||
# rpm-ostree can be an alias for bootc, we want to enable that here.
|
||||
postprocess:
|
||||
- |
|
||||
#!/usr/bin/env bash
|
||||
ln -sr /usr/bin/{rpm-ostree,bootc}
|
||||
|
|
|
|||
Loading…
Reference in New Issue