Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
chain http://server/pxelinux.0 with label as argument?
2012-09-18, 12:05
Post: #1
chain http://server/pxelinux.0 with label as argument?
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?

Code:
#!ipxe

dhcp
chain http://server/pxelinux.0 linux


Torgeir
Find all posts by this user
Quote this message in a reply
2012-09-18, 12:29
Post: #2
RE: chain http://server/pxelinux.0 with label as argument?
The "linux" param from your example above will just be passed as the command line to the program being loaded. If it is a linux kernel, it is what will go into /proc/cmdline. I'm not sure if pxelinux.0 supports being given arguments this way.
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)