Gargoyle - DNSMasq - make PXEBOOT possible

Suggest improvements and new features for Gargoyle.

Moderator: Moderators

Post Reply
trybowski
Posts: 5
Joined: Sat Nov 22, 2014 6:52 pm

Gargoyle - DNSMasq - make PXEBOOT possible

Post 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.

Post Reply