summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Bishop <nicholasbishop@google.com>2021-10-20 15:24:58 -0400
committerPeter Jones <pjones@redhat.com>2021-11-03 11:28:38 -0400
commit899314b90113abaaa4b22cd1d82a0fcb2a971850 (patch)
tree962b742b6233f86eb5b51e0e10ced8dfb4f0a8ac
parent0199301fd8f8311852228ac974b72d0ae2b0d918 (diff)
downloadefi-boot-shim-899314b90113abaaa4b22cd1d82a0fcb2a971850.tar.gz
efi-boot-shim-899314b90113abaaa4b22cd1d82a0fcb2a971850.zip
Fix a component version in SBAT.example.md
In the bug2 section, the first Debian `.sbat` has a `grub,1` component. But at this point in the story, `grub,1` has been revoked by the update in the bug1 section. Updated it to `grub,2` so that it passes that check. Signed-off-by: Nicholas Bishop <nicholasbishop@google.com>
-rw-r--r--SBAT.example.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/SBAT.example.md b/SBAT.example.md
index fa2e9741..930f71a1 100644
--- a/SBAT.example.md
+++ b/SBAT.example.md
@@ -192,7 +192,7 @@ Debian discovers that they actually shipped bug 0 as well (woops). They
produce a new build which fixes it and has the following in `.sbat`:
```
sbat,1,SBAT Version,sbat,1,https://github.com/rhboot/shim/blob/main/SBAT.md
-grub,1,Free Software Foundation,grub,2.04,https://www.gnu.org/software/grub/
+grub,2,Free Software Foundation,grub,2.04,https://www.gnu.org/software/grub/
grub.debian,2,Debian,grub2,2.04-13,https://packages.debian.org/source/sid/grub2
```