From 8bb5f35ed1f0569b444fe4f5b6e0aa60b15813a9 Mon Sep 17 00:00:00 2001 From: akanealw Date: Sun, 19 Nov 2023 13:39:32 -0600 Subject: [PATCH] removed https --- files/ipxe/menu.ipxe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/ipxe/menu.ipxe b/files/ipxe/menu.ipxe index fc3fd17..9d92466 100755 --- a/files/ipxe/menu.ipxe +++ b/files/ipxe/menu.ipxe @@ -120,5 +120,5 @@ set net0/netmask 255.255.255.0 set net0/gateway 192.168.1.1 set dns 192.168.1.2 ifopen net0 -chain --autofree https://boot.netboot.xyz || goto failed +chain --autofree http://boot.netboot.xyz || goto failed goto start