Explorar o código

Pull non undionly when grabbing latest version

Antony Messerli %!s(int64=9) %!d(string=hai) anos
pai
achega
c3009a3a5f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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-undionly.kpxe ||
+chain --autofree http://${boot_domain}/ipxe/netboot.xyz-dhcp.kpxe ||
 :version_up2date
 
 isset ${arch} && goto skip_arch_detect ||