mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-08-14 14:30:51 +00:00
Replace build instructions in README with something not completely wrong.
These were really, really out of date.
This commit is contained in:
parent
76f8050ff6
commit
81ee561dde
4
README
4
README
@ -12,5 +12,5 @@ in the shim.h header file and provides a single entry point. On 64-bit systems
|
|||||||
this entry point expects to be called with SysV ABI rather than MSABI, and
|
this entry point expects to be called with SysV ABI rather than MSABI, and
|
||||||
so calls to it should not be wrapped.
|
so calls to it should not be wrapped.
|
||||||
|
|
||||||
To use shim, simply place a hex dump of the public certificate in cert.h
|
To use shim, simply place a DER-encoded public certificate in a file such as
|
||||||
and build it with make.
|
pub.cer and build with "make VENDOR_CERT_FILE=pub.cer".
|
||||||
|
Loading…
Reference in New Issue
Block a user