Page 1 of 1

Gargoyle - DNSMasq - make PXEBOOT possible

Posted: Mon Feb 02, 2015 5:54 pm
by trybowski
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:

Code: Select all

config boot linux
  option filename      'pxelinux.0'
  option serveraddress '10.0.0.1'
  option servername    'My Cool Server'
We need an option in web interface though.