Accepting request 497867 from home:gary_lin:branches:devel:openSUSE:Factory

Really enable HTTPBoot

OBS-URL: https://build.opensuse.org/request/show/497867
OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory/shim?expand=0&rev=127
This commit is contained in:
Gary Ching-Pang Lin 2017-05-24 02:58:21 +00:00 committed by Git OBS Bridge
parent a9fcc4ee9a
commit 27d4f8e8d6
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue May 23 03:44:48 UTC 2017 - glin@suse.com
- Add the build flag to enable HTTPBoot
-------------------------------------------------------------------
Wed Mar 22 10:54:41 UTC 2017 - mchang@suse.com

View File

@ -167,7 +167,7 @@ for suffix in "${suffixes[@]}"; do
cp $cert2 shim.crt
fi
# make sure cast warnings don't trigger post build check
make EFI_PATH=/usr/lib64 RELEASE=0 VENDOR_CERT_FILE=shim-$suffix.der shim.efi 2>/dev/null
make EFI_PATH=/usr/lib64 RELEASE=0 VENDOR_CERT_FILE=shim-$suffix.der ENABLE_HTTPBOOT=1 shim.efi 2>/dev/null
#
# assert correct certificate embedded
grep -q "$verify" shim.efi