]> git.ipfire.org Git - oddments/ipfire-netboot.git/blobdiff - ipfireboot.ipxe.in
Use our own versioning field to make upgrades easier
[oddments/ipfire-netboot.git] / ipfireboot.ipxe.in
similarity index 70%
rename from ipfireboot.ipxe
rename to ipfireboot.ipxe.in
index e61e92da72783873c6928b6a633c04d653ef89ba..9483d03ab10c4155663b3b005a1b46a476030db5 100644 (file)
@@ -9,4 +9,4 @@ cpuid --ext 29 && set arch x86_64 || set arch i386
 # Try to boot from DHCP.
 dhcp net0
 
-chain http://boot.ipfire.org/menu.gpxe?arch=${arch}&platform=${platform}
+chain http://boot.ipfire.org/menu.gpxe?version=@VERSION@&arch=${arch}&platform=${platform}