summaryrefslogtreecommitdiffstats
path: root/data/pxelinux-ipxe-embed.template
blob: 8ef845fc5feb617cf72725dc4f00cf99a030a656 (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 ||
clear net0.dhcp/210:string ||
#set net0.dhcp/209:string pxelinux.cfg/default ||
set next-server %ipaddress%
set filename ipxelinux.0
clear 210:string
#set 209:string pxelinux.cfg/default
imgload pxelinux.0
boot pxelinux.0