summaryrefslogtreecommitdiffstats
path: root/templates/txt-ipxeconfig.html
blob: df8fb90facf937cc7e5ab6a97e14b7239b046ffc (plain) (blame)
1
2
3
4
5
6
7
#!ipxe
set use-cached 1
dhcp net0
set net0.dhcp/next-server {{{SERVER}}}
set net0.dhcp/filename ipxelinux.0
imgload pxelinux.0
boot pxelinux.0