File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -2631,6 +2631,7 @@ if [[ $uefi == yes ]]; then
2631
2631
" $uefi_stub " " ${uefi_outdir} /linux.efi" ; then
2632
2632
if [[ -n ${uefi_secureboot_key} && -n ${uefi_secureboot_cert} ]]; then
2633
2633
if sbsign \
2634
+ ${uefi_secureboot_engine: +--engine " $uefi_secureboot_engine " } \
2634
2635
--key " ${uefi_secureboot_key} " \
2635
2636
--cert " ${uefi_secureboot_cert} " \
2636
2637
--output " $outfile " " ${uefi_outdir} /linux.efi" ; then
Original file line number Diff line number Diff line change @@ -294,6 +294,9 @@ Logging levels:
294
294
Requires both certificate and key need to be specified and _sbsign_ to be
295
295
installed.
296
296
297
+ *uefi_secureboot_engine=* "_parameter_ "::
298
+ Specifies an engine to use when signing the created UEFI executable. E.g. "pkcs11"
299
+
297
300
*kernel_image=* "_<file>_ "::
298
301
Specifies the kernel image, which to include in the UEFI executable. The
299
302
default is _/lib/modules/<KERNEL-VERSION>/vmlinuz_ or
You can’t perform that action at this time.
0 commit comments