iPXE script calls another iPXE script recursively
|
2015-03-09, 10:15
(This post was last modified: 2015-03-09 10:26 by robinsmidsrod.)
Post: #2
|
|||
|
|||
RE: iPXE script calls another iPXE script recursively
Try to change the "chain" into "chain -ar". That makes it behave like a tail call (or similar to the exec function in bash). Obviously it means that you can't return back to the previous script. And yes, iPXE is running out of stack space when you do what you did recursively.
|
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
iPXE script calls another iPXE script recursively - Siddharth - 2015-02-10, 02:31
RE: iPXE script calls another iPXE script recursively - robinsmidsrod - 2015-03-09 10:15
|
User(s) browsing this thread: 3 Guest(s)