Set ENABLE_SHIM_CERT, to keep using ephemeral self-signed certs built at compile-time for MokManager and fallback.

This commit is contained in:
Mathieu Trudel-Lapierre 2017-08-29 13:57:47 -04:00
parent cff1facf80
commit 661d3ea1dc
2 changed files with 3 additions and 0 deletions

2
debian/changelog vendored
View File

@ -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
View File

@ -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: