Antony Messerli 9 лет назад
Родитель
Сommit
b1d0d485ee
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      ipxe/netboot.xyz-dhcp
  2. 1 1
      ipxe/netboot.xyz-static

+ 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