mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-07-26 23:22:07 +00:00
Set ENABLE_SHIM_CERT, to keep using ephemeral self-signed certs built at compile-time for MokManager and fallback.
This commit is contained in:
parent
cff1facf80
commit
661d3ea1dc
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -7,6 +7,8 @@ shim (12+1503074702.5202f80-0ubuntu1) UNRELEASED; urgency=medium
|
||||
MAKELEVEL.
|
||||
- Define an EFI_ARCH variable, and use that for paths to shim. This
|
||||
makes it possible to build a shim for other architectures than amd64.
|
||||
- Set ENABLE_SHIM_CERT, to keep using ephemeral self-signed certs built
|
||||
at compile-time for MokManager and fallback.
|
||||
* debian/patches/second-stage-path: dropped; the default loader path now
|
||||
includes an arch suffix.
|
||||
* debian/patches/sbsigntool-no-pesign: refreshed.
|
||||
|
1
debian/rules
vendored
1
debian/rules
vendored
@ -23,6 +23,7 @@ override_dh_auto_build:
|
||||
dh_auto_build -- \
|
||||
MAKELEVEL=0 \
|
||||
EFI_PATH=/usr/lib \
|
||||
ENABLE_SHIM_CERT=1 \
|
||||
VENDOR_CERT_FILE=$(cert)
|
||||
|
||||
override_dh_fixperms:
|
||||
|
Loading…
Reference in New Issue
Block a user