2014-12-23, 10:03
Hi,
I read about the custom scripts, but is there a way i can have a config file/custom script which can be changed later without rebuilding/recompiling the code ?
For example, below is my custom script:
#!ipxe
dhcp
chain http://blahblah.bla/BootServer/boot.cfg
Now in future, if i change my tftp server from blahblah to xyz, so in this case do i still need to rebuild the code with a new script or a simple config change would work ?
Thanks in advance
I read about the custom scripts, but is there a way i can have a config file/custom script which can be changed later without rebuilding/recompiling the code ?
For example, below is my custom script:
#!ipxe
dhcp
chain http://blahblah.bla/BootServer/boot.cfg
Now in future, if i change my tftp server from blahblah to xyz, so in this case do i still need to rebuild the code with a new script or a simple config change would work ?
Thanks in advance