From 8279066c40869e4487821f51ba17a9a1346e309a Mon Sep 17 00:00:00 2001 From: akanealw Date: Tue, 9 Apr 2024 18:04:21 -0500 Subject: [PATCH] testing --- ipxe/menu.ipxe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipxe/menu.ipxe b/ipxe/menu.ipxe index 50df7b6..1775c36 100755 --- a/ipxe/menu.ipxe +++ b/ipxe/menu.ipxe @@ -115,5 +115,5 @@ chain http://192.168.1.50/files/ipxe/pmagic/boot.ipxe || goto failed goto start :netboot -chain --autofree https://boot.netboot.xyz/menu.ipxe || goto failed +chain --autofree https://192.168.1.33/ipxe/menu.ipxe || goto failed goto start