[Etherboot-developers] Re: hacking pxelinux compatibility into etherboot
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: Ken Y. <ke...@nl...> - 2001-02-22 23:16:05
|
|To help with my work, I'm going to look into hacking etherboot to behave |similarly to pxelinux. Not having looked at the code yet, my current |plan is this: hack etherboot to check for a boot filename of |something/pxelinux.bin. If it finds that name, it will instead tftp the |config-file something/pxelinux.cfg/(pxelinuxcfgfile*) and parse and use |it in a similar manner to pxelinux. From what I understand of PXE, this is only the tip of the iceberg. You need callbacks to implement the whole of PXE. But if you just want to parse a config file, that should be doable. Just make sure to #ifdef your enhancements so that they are optional. |