]> git.ipfire.org Git - oddments/ipfire-netboot.git/blame - ipfireboot.ipxe
Load CA certificates for HTTPS
[oddments/ipfire-netboot.git] / ipfireboot.ipxe
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
e3222971 12chain http://boot.ipfire.org/menu.gpxe?arch=${arch}&platform=${platform}