Gargoyle - DNSMasq - make PXEBOOT possible
Posted: Mon Feb 02, 2015 5:54 pm
DHCP settings lack option to set network boot options. It is easy to setup in service, just add something like the following lines to dhcp config file:
We need an option in web interface though.
Code: Select all
config boot linux
option filename 'pxelinux.0'
option serveraddress '10.0.0.1'
option servername 'My Cool Server'