From cd281ef3426ef1ecb6882d86ab34e7a046245004 Mon Sep 17 00:00:00 2001 From: lgromero Date: Thu, 25 Apr 2024 08:13:03 +0200 Subject: [PATCH] refs #310 changes http to tftp connection --- tftpboot/ipxe_scripts/dhcp_boot.ipxe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tftpboot/ipxe_scripts/dhcp_boot.ipxe b/tftpboot/ipxe_scripts/dhcp_boot.ipxe index be82b47..015bb93 100644 --- a/tftpboot/ipxe_scripts/dhcp_boot.ipxe +++ b/tftpboot/ipxe_scripts/dhcp_boot.ipxe @@ -2,7 +2,7 @@ echo Booting by ipxe echo MAC Address: ${net0/mac} set macaddress ${net0/mac} -set prefix http://172.17.8.71/ipxe_scripts +set prefix tftp://172.17.8.71/ipxe_scripts echo Prefix: ${prefix} set configfile ${prefix}/01-${net0/mac} echo Config File: ${configfile}