From 6f402589d50f0b0a600283f2d4ff37479521555e Mon Sep 17 00:00:00 2001 From: akanealw Date: Sun, 19 Nov 2023 13:35:23 -0600 Subject: [PATCH] added second dhcp --- files/ipxe/menu.ipxe | 1 + 1 file changed, 1 insertion(+) diff --git a/files/ipxe/menu.ipxe b/files/ipxe/menu.ipxe index 7f51aa2..04a59fb 100755 --- a/files/ipxe/menu.ipxe +++ b/files/ipxe/menu.ipxe @@ -116,5 +116,6 @@ goto start :netboot dhcp +dhcp chain --autofree http://boot.netboot.xyz || goto failed goto start