Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Question about building iPXE with named configuration
2018-08-16, 21:39
Post: #5
RE: Question about building iPXE with named configuration
Brilliant!

So essentially, considering your explanations of some of these options, my src/config/local/general.h file should look like this:
Code:
#define CONSOLE_FRAMEBUFFER

#define NSLOOKUP_CMD
#define PING_CMD
#define CONSOLE_CMD

#ifdef CONSOLE_PCBIOS
#define IMAGE_COMBOOT
#endif

I changed the #ifndef to an #ifdef since I do want COMBOOT support for BIOS builds.

This seems a lot simpler Wink

Thank you!
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Question about building iPXE with named configuration - pxe_curious - 2018-08-16 21:39



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