2012-09-18, 12:05
I see that chain supports arguments? Is it possible to something like this?
Load pxelinux and send label linux as an argument, or possibly with other arguments after that?
Torgeir
Load pxelinux and send label linux as an argument, or possibly with other arguments after that?
Code:
#!ipxe
dhcp
chain http://server/pxelinux.0 linux
Torgeir