From c43a6a24738b4c1bb979cffe691ec4ebcf842d87 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Thu, 16 Jul 2020 12:01:15 -0400 Subject: [PATCH] ... and fix its copy pasta syntax bug --- 0011-kernel-building-hack.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/0011-kernel-building-hack.patch b/0011-kernel-building-hack.patch index fc12aa6..49f0486 100644 --- a/0011-kernel-building-hack.patch +++ b/0011-kernel-building-hack.patch @@ -21,7 +21,7 @@ index d9236035928..2666c74a9ba 100644 + if [[ "${input[1]}" =~ (/|^)vmlinuz($|[_.-]) ]] \ + || [[ "${input[1]}" =~ (/|^)bzImage($|[_.-]) ]] ; then + if [[ "${rhelcertfile}" =~ redhatsecureboot501.* ]] \ -+ || [[ "${rhelcertfile}" =~ redhatsecureboot401.* ]] ; then ++ || [[ "${rhelcertfile}" =~ redhatsecureboot401.* ]] \ + || [[ "${rhelcertfile}" =~ centossecureboot201.* ]] ; then + client_token[1]=kernel-signer + elif [[ "${rhelcertfile}" =~ redhatsecureboot502.* ]] \