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