]> git.ipfire.org Git - oddments/ipfire-netboot.git/blob - ipfireboot.ipxe
Rebuild if configuration changes
[oddments/ipfire-netboot.git] / ipfireboot.ipxe
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?arch=${arch}&platform=${platform}