瀏覽代碼

Revert "Pull non undionly when grabbing latest version"

This reverts commit c3009a3a5ff7bf66e457b95cc15bfcf4d6044f02.
Antony Messerli 9 年之前
父節點
當前提交
caf92945d7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/menu.ipxe

+ 1 - 1
src/menu.ipxe

@@ -21,7 +21,7 @@ echo
 echo Please download the latest version from netboot.xyz.
 echo Please download the latest version from netboot.xyz.
 echo
 echo
 echo Attempting to chain to latest version...
 echo Attempting to chain to latest version...
-chain --autofree http://${boot_domain}/ipxe/netboot.xyz-dhcp.kpxe ||
+chain --autofree http://${boot_domain}/ipxe/netboot.xyz-dhcp-undionly.kpxe ||
 :version_up2date
 :version_up2date
 
 
 isset ${arch} && goto skip_arch_detect ||
 isset ${arch} && goto skip_arch_detect ||