Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
"include" directive for ipxe scripts?
2018-05-31, 20:25
Post: #4
RE: "include" directive for ipxe scripts?
I'm assuming http server yes.
PHP is one method
havinging myscript.php
Code:
<?php header("Content-Type: text/plain"); ?>
#!ipxe
some scripting here .....
<?php include("other_file.ipxe"); ?>
more script

Note that this is just psuedo, is not tested, and should not be taken as an actual working example, just as example of the basic steps involved

Use GitHub Discussions
VRAM bin
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: "include" directive for ipxe scripts? - NiKiZe - 2018-05-31 20:25



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