0f6fe46307
- Sign shim-opensuse.efi and MokManager.efi with the openSUSE cert - Add shim-keep-unsigned-mokmanager.patch to keep the unsigned MokManager and sign it later. (forwarded request 151555 from gary_lin) OBS-URL: https://build.opensuse.org/request/show/151556 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/shim?expand=0&rev=6
14 lines
481 B
Diff
14 lines
481 B
Diff
diff --git a/Makefile b/Makefile
|
|
index 9217ba1..cd1c688 100644
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -28,7 +28,7 @@ LDFLAGS = -nostdlib -znocombreloc -T $(EFI_LDS) -shared -Bsymbolic -L$(EFI_PATH
|
|
|
|
VERSION = 0.2
|
|
|
|
-TARGET = shim.efi MokManager.efi.signed
|
|
+TARGET = shim.efi MokManager.efi.signed MokManager.efi
|
|
OBJS = shim.o netboot.o cert.o dbx.o
|
|
KEYS = shim_cert.h ocsp.* ca.* shim.crt shim.csr shim.p12 shim.pem shim.key
|
|
SOURCES = shim.c shim.h netboot.c signature.h PeImage.h
|