mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-07-26 23:22:07 +00:00
* debian/rules:
- define RELEASE and COMMIT_ID for the snapshot. - Set ENABLE_HTTPBOOT to enable the HTTP Boot feature.
This commit is contained in:
parent
0283a7456e
commit
f42b58fc50
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -9,6 +9,9 @@ shim (15+1531942534.dd3230d-0ubuntu1) UNRELEASED; urgency=medium
|
|||||||
[ Mathieu Trudel-Lapierre ]
|
[ Mathieu Trudel-Lapierre ]
|
||||||
* New upstream snapshot.
|
* New upstream snapshot.
|
||||||
* debian/patches/abort_abort_abort.patch: dropped patch, included upstream.
|
* debian/patches/abort_abort_abort.patch: dropped patch, included upstream.
|
||||||
|
* debian/rules:
|
||||||
|
- define RELEASE and COMMIT_ID for the snapshot.
|
||||||
|
- Set ENABLE_HTTPBOOT to enable the HTTP Boot feature.
|
||||||
|
|
||||||
-- Mathieu Trudel-Lapierre <cyphermox@ubuntu.com> Tue, 24 Jul 2018 16:24:51 -0400
|
-- Mathieu Trudel-Lapierre <cyphermox@ubuntu.com> Tue, 24 Jul 2018 16:24:51 -0400
|
||||||
|
|
||||||
|
3
debian/rules
vendored
3
debian/rules
vendored
@ -19,8 +19,11 @@ export EFI_ARCH := aa64
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
COMMON_OPTIONS = \
|
COMMON_OPTIONS = \
|
||||||
|
RELEASE=15 \
|
||||||
|
COMMIT_ID=dd3230d07f369cc39caaa7eb23558a64586d2713 \
|
||||||
MAKELEVEL=0 \
|
MAKELEVEL=0 \
|
||||||
EFI_PATH=/usr/lib \
|
EFI_PATH=/usr/lib \
|
||||||
|
ENABLE_HTTPBOOT=true \
|
||||||
ENABLE_SHIM_CERT=1 \
|
ENABLE_SHIM_CERT=1 \
|
||||||
ENABLE_SBSIGN=1 \
|
ENABLE_SBSIGN=1 \
|
||||||
VENDOR_CERT_FILE=$(cert) \
|
VENDOR_CERT_FILE=$(cert) \
|
||||||
|
Loading…
Reference in New Issue
Block a user