From 63775c1707f89ab7cc5c7e7f01870d3be9a1cd8e Mon Sep 17 00:00:00 2001 From: akanealw Date: Tue, 9 Apr 2024 18:18:21 -0500 Subject: [PATCH] reverted change --- ipxe/menu.ipxe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipxe/menu.ipxe b/ipxe/menu.ipxe index 1775c36..50df7b6 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://192.168.1.33/ipxe/menu.ipxe || goto failed +chain --autofree https://boot.netboot.xyz/menu.ipxe || goto failed goto start