소스 검색

Fix url for ipxe disks

Antony Messerli 9 년 전
부모
커밋
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