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