diff options
| -rw-r--r-- | SBAT.md | 2 | ||||
| -rwxr-xr-x | data/sbat.csv | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -323,7 +323,7 @@ At the same time, we're all shipping the same `shim-16` codebase, and in our `shim` builds, we all have the following in `.sbat`: ``` sbat,1,SBAT Version,sbat,1,https://github.com/rhboot/shim/blob/main/SBAT.md -shim,0,UEFI shim,shim,16,https://github.com/rhboot/shim +shim,1,UEFI shim,shim,16,https://github.com/rhboot/shim ``` How to add .sbat sections diff --git a/data/sbat.csv b/data/sbat.csv index 08a24590..ad838f2a 100755 --- a/data/sbat.csv +++ b/data/sbat.csv @@ -1,2 +1,2 @@ sbat,1,SBAT Version,sbat,1,https://github.com/rhboot/shim/blob/main/SBAT.md -shim,0,UEFI shim,shim,0,https://github.com/rhboot/shim +shim,1,UEFI shim,shim,1,https://github.com/rhboot/shim |
