瀏覽代碼

Pull non undionly when grabbing latest version

Antony Messerli 9 年之前
父節點
當前提交
c3009a3a5f
共有 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-undionly.kpxe ||
+chain --autofree http://${boot_domain}/ipxe/netboot.xyz-dhcp.kpxe ||
 :version_up2date
 :version_up2date
 
 
 isset ${arch} && goto skip_arch_detect ||
 isset ${arch} && goto skip_arch_detect ||