fix: pxe boot for undionly client should use pxe config even if arch is bios
Some checks failed
Run Check Script / check (pull_request) Failing after 20s
Some checks failed
Run Check Script / check (pull_request) Failing after 20s
This commit is contained in:
parent
6651194582
commit
be385dccff
@ -296,7 +296,7 @@ dhcp-boot=tag:efi,tag:!ipxe,{efi_filename}{tftp_str}
|
|||||||
dhcp-boot=tag:ipxe,{ipxe_filename}{tftp_str}
|
dhcp-boot=tag:ipxe,{ipxe_filename}{tftp_str}
|
||||||
|
|
||||||
# Provide undionly to legacy bios clients
|
# Provide undionly to legacy bios clients
|
||||||
dhcp-boot=tag:bios,{bios_filename}{tftp_str}
|
dhcp-boot=tag:bios,tag:!ipxe,{bios_filename}{tftp_str}
|
||||||
"
|
"
|
||||||
);
|
);
|
||||||
info!("Writing configuration file to {DNS_MASQ_PXE_CONFIG_FILE}");
|
info!("Writing configuration file to {DNS_MASQ_PXE_CONFIG_FILE}");
|
||||||
|
Loading…
Reference in New Issue
Block a user