summaryrefslogtreecommitdiffstats
path: root/data/ipxe-embed.template
blob: 2a5b7c2aaf50e6b4aff84a2f211791ff25c98439 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!ipxe
ifopen
set net0.dhcp/next-server %ipaddress% ||
set net0.dhcp/filename ipxelinux.0 ||
set net0.dhcp/210:string / ||
set net0.dhcp/209:string pxelinux.cfg/default ||
set next-server %ipaddress%
set filename ipxelinux.0
set 210:string /
set 209:string pxelinux.cfg/default
imgload pxelinux.0
boot pxelinux.0