Accepting request 1037458 from devel:openSUSE:Factory

OBS-URL: https://build.opensuse.org/request/show/1037458
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/shim?expand=0&rev=109
This commit is contained in:
Dominique Leuenberger 2022-11-24 11:22:07 +00:00 committed by Git OBS Bridge
commit 1db8fca6e8
2 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Nov 23 07:28:57 UTC 2022 - Joey Lee <jlee@suse.com>
- Add POST_PROCESS_PE_FLAGS=-N to the build command in shim.spec to
disable the NX compatibility flag when using post-process-pe because
grub2 is not ready. (bsc#1205588)
- Kernel can boot with the NX compatibility flag since 82e0d6d76a2a7
be merged to v5.19. On the other hand, upstream is working on
improve compressed kernel stage for NX:
[PATCH v3 00/24] x86_64: Improvements at compressed kernel stage
https://www.spinics.net/lists/kernel/msg4599636.html
-------------------------------------------------------------------
Fri Nov 18 04:52:49 UTC 2022 - Joey Lee <jlee@suse.com>

View File

@ -209,6 +209,7 @@ for suffix in "${suffixes[@]}"; do
VENDOR_CERT_FILE=shim-$suffix.der ENABLE_HTTPBOOT=1 \
DEFAULT_LOADER="\\\\\\\\grub.efi" \
VENDOR_DBX_FILE=$vendor_dbx \
POST_PROCESS_PE_FLAGS=-N \
shim.efi.debug shim.efi
#
# assert correct certificate embedded