From f3cdf59cfdc630b01af10c647ff3e571f5b3b4eb Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 8 Sep 2023 15:16:41 -0400 Subject: [PATCH] Enable /usr/bin/bootc by default Let's opt in for these images. --- oscore/bootc.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/oscore/bootc.yaml b/oscore/bootc.yaml index 9f970d2..2bee9fc 100644 --- a/oscore/bootc.yaml +++ b/oscore/bootc.yaml @@ -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}