]> git.ipfire.org Git - oddments/ipfire-netboot.git/blob - ipfireboot.ipxe.in
Use our own versioning field to make upgrades easier
[oddments/ipfire-netboot.git] / ipfireboot.ipxe.in
1 #!ipxe
2
3 # Load CA certificates from here
4 set crosscert http://ca.ipxe.org/auto
5
6 # Determine the architecture we are running on
7 cpuid --ext 29 && set arch x86_64 || set arch i386
8
9 # Try to boot from DHCP.
10 dhcp net0
11
12 chain http://boot.ipfire.org/menu.gpxe?version=@VERSION@&arch=${arch}&platform=${platform}