1
0
Antony Messerli 9 жил өмнө
parent
commit
b1d0d485ee

+ 1 - 1
ipxe/netboot.xyz-dhcp

@@ -21,7 +21,7 @@ echo Attempting chainload of netboot.xyz...
 goto start || goto failsafe
 
 :start
-chain http://cdn.netboot.xyz/boot.ipxe
+chain http://cdn.netboot.xyz/menu.ipxe
 goto boot
 
 :failsafe

+ 1 - 1
ipxe/netboot.xyz-static

@@ -17,7 +17,7 @@ echo Attempting chainload of netboot.xyz...
 goto start || goto failsafe
 
 :start
-chain http://cdn.netboot.xyz/boot.ipxe
+chain http://cdn.netboot.xyz/menu.ipxe
 goto boot
 
 :failsafe