Kaynağa Gözat

Fix url for ipxe disks

Antony Messerli 9 yıl önce
ebeveyn
işleme
b1d0d485ee
2 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  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