From 5e4f17d6b1116fbbf3addec86ea2b044824580cf Mon Sep 17 00:00:00 2001 From: akanealw Date: Tue, 9 Apr 2024 17:44:30 -0500 Subject: [PATCH] reverted --- ipxe/menu.ipxe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipxe/menu.ipxe b/ipxe/menu.ipxe index bee90f1..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 http://192.168.1.33 || goto failed +chain --autofree https://boot.netboot.xyz/menu.ipxe || goto failed goto start