more Documentaion - Printable Version +- iPXE discussion forum (https://forum.ipxe.org) +-- Forum: iPXE user forums (/forumdisplay.php?fid=1) +--- Forum: General (/forumdisplay.php?fid=2) +--- Thread: more Documentaion (/showthread.php?tid=8114) |
more Documentaion - sosher - 2016-06-30 18:42 Hi. Thanks for ipxe Awesome tool... but Where is the deeper documentation ? Is there a deep tutorial for the scripting element.. When I Search for answers for example --autofree .. I need to scour the internet. stuff like list of set variables such as cls are those abbreviations ? Sorry if those are noob questions but I really want to dig deeper but find it hard to find all the options RE: more Documentaion - robinsmidsrod - 2016-11-02 11:06 You can find most of the info over on http://ipxe.org by going into the "documentation" tab or searching explicitly for something. You'll also find several examples on ipxe.org/examples which explains how to use it. There are some things that are not documented (like --autofree) because we haven't found a good definition for it yet. Right now the C code is the best documentation for these undocumented features. Also have a look at the commit log which introduced the feature. |