forked from Sysdeploy/ipxe_scripts
Fix EFI signing
This commit is contained in:
parent
93998bd7a7
commit
e3ace96932
|
@ -206,6 +206,8 @@ function make_ipxe_efi() {
|
|||
embed_file="$(realpath "${embed_file}")"
|
||||
signing_cert="$(realpath "${signing_cert}")"
|
||||
ca_cert="$(realpath "${ca_cert}")"
|
||||
efi_key="$(realpath "${efi_key}")"
|
||||
efi_cert="$(realpath "${efi_cert}")"
|
||||
|
||||
if [ ! -d "$ipxe_src_dir" ]; then
|
||||
>&2 echo "IPXE supplied directory does not exist."
|
||||
|
|
Loading…
Reference in New Issue
Block a user