From 90f79fcc18074532acc109aa5adfcede52205cad Mon Sep 17 00:00:00 2001 From: root Date: Sat, 6 Jun 2026 01:43:20 +0000 Subject: [PATCH] fix(autopatch): auto-fix for grub2 on c10s Updated delete_line find string: changed 'centossecureboot202' to 'centossecureboot802' to match the updated secureboot key name in the c10s spec --- config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index d581c35..450f47b 100644 --- a/config.yaml +++ b/config.yaml @@ -5,7 +5,7 @@ actions: lines: - | %ifarch x86_64 aarch64 ppc64le - %define sb_key centossecureboot202 + %define sb_key centossecureboot802 %endif %else %ifarch x86_64 aarch64 -- 2.47.3