starting script from command line
|
2012-12-06, 17:53
(This post was last modified: 2012-12-06 17:56 by MultimediaMan.)
Post: #4
|
|||
|
|||
RE: starting script from command line
Yes, or they embed them in the ipxe binary (undionly.kpxe/ipxe.pxe or ipxe.lkrn).
For the first time users, it would be safe to say that the CTRL-B command line is where you get your feet wet, but past that, it's all scripts on a webserver or a PHP engine. That's the beauty of iPXE; you can compile a small embedded script which executes a certain repeatable process as specific or as general as you want; once that process is established, you can expand or leverage it further as you see fit. Myself, I have an embedded script which attempt to dhcp (three times) and checks for the UUID of a system as the chainload file. If it's not there, then it exits out. If it is there, it executes whatever is in the script. Example embedded script: Code: #!ipxe "Thus far, you have been adrift within the sheltered harbor of my patience..." |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
starting script from command line - mrc333777 - 2012-12-04, 01:34
RE: starting script from command line - MultimediaMan - 2012-12-06 17:53
RE: starting script from command line - mrc333777 - 2012-12-06, 19:01
RE: starting script from command line - MultimediaMan - 2012-12-07, 00:48
RE: starting script from command line - mrc333777 - 2012-12-07, 00:59
RE: starting script from command line - mrc333777 - 2012-12-09, 18:34
RE: starting script from command line - mrc333777 - 2012-12-07, 06:37
RE: starting script from command line - robinsmidsrod - 2012-12-07, 20:57
RE: starting script from command line - mrc333777 - 2012-12-07, 22:01
|
User(s) browsing this thread: 2 Guest(s)