From a8d0139f7f4847b6477ecde8a269c2eb4d8a9d56 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 24 Aug 2026 13:09:21 +0000 Subject: [PATCH] fix(autopatch): auto-fix for grub2 on c9-beta MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated `find` string in the sb_key ReplaceAction to match the upstream spec's renamed CentOS secureboot key (`centossecureboot202` → `centossecureboot802`). --- config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index 7b5d29e..8ff19b0 100644 --- a/config.yaml +++ b/config.yaml @@ -25,7 +25,7 @@ actions: %if 0%{?centos} %ifarch x86_64 aarch64 ppc64le - %define sb_key centossecureboot202 + %define sb_key centossecureboot802 %endif %else %ifarch x86_64 aarch64 -- 2.47.3