fix: missing protocol for ipxe boot file
This commit is contained in:
parent
51aeea1ec9
commit
941c9bc0b0
@ -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()),
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user