run/load/ipxe: support ISO and UEFI images

Patch by Roman Iten and Pirmin Duss.
This commit is contained in:
Christian Helmuth
2022-07-08 09:16:06 +02:00
parent 789a60278c
commit 427f3bb634
5 changed files with 32 additions and 22 deletions

View File

@@ -146,7 +146,7 @@ proc run_boot_dir_x86 {binaries} {
}
if {[have_include "load/ipxe"]} {
create_ipxe_iso_config
create_ipxe_config
update_ipxe_boot_dir
create_symlink_for_iso
}