fix: missing protocol for ipxe boot file

This commit is contained in:
Sylvain Tremblay 2025-03-02 07:59:30 -05:00
parent 51aeea1ec9
commit 941c9bc0b0

View File

@ -33,7 +33,7 @@ impl OKDDhcpScore {
host_binding,
next_server: Some(topology.router.get_gateway()),
boot_filename: None,
filenameipxe: Some(format!("{}:8080/boot.ipxe", topology.router.get_gateway())),
filenameipxe: Some(format!("http://{}:8080/boot.ipxe", topology.router.get_gateway())),
filename: Some("undionly.kpxe".to_string()),
filename64: Some("ipxe.efi".to_string()),
},