Enable /usr/bin/bootc by default

Let's opt in for these images.
This commit is contained in:
Colin Walters 2023-09-08 15:16:41 -04:00
parent a356ed897b
commit f3cdf59cfd
1 changed files with 6 additions and 0 deletions

View File

@ -16,3 +16,9 @@ exclude-packages:
# chosen as the package to satisfy the `kernel-core` dependency from # chosen as the package to satisfy the `kernel-core` dependency from
# the kernel package. # the kernel package.
- kernel-debug-core - 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}