Răsfoiți Sursa

Revert "Pull non undionly when grabbing latest version"

This reverts commit c3009a3a5ff7bf66e457b95cc15bfcf4d6044f02.
Antony Messerli 9 ani în urmă
părinte
comite
caf92945d7
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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
 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
 
 isset ${arch} && goto skip_arch_detect ||