I want to chain multiple servers with pxelinux initiated from a ris server.
(Correct me if i'm wrong)
The Ris server sends a tftp-path-prefix location where the pxelinux.cfg is
searched.
On the ris server I have entries like:
label server2
kernel 192.168.1.2::pxelinux.0
This fetches the pxelinux from server2 but the pxeconfig.cfg from server1 is
used.
Can I overrule this with an append option?
Arco
Arco wrote:> I want to chain multiple servers with pxelinux initiated from a ris server. > (Correct me if i'm wrong) > The Ris server sends a tftp-path-prefix location where the pxelinux.cfg is searched. > On the ris server I have entries like: > label server2 > kernel 192.168.1.2::pxelinux.0 > > This fetches the pxelinux from server2 but the pxeconfig.cfg from server1 is used. > Can I overrule this with an append option?No, not at the moment. -hpa