summaryrefslogtreecommitdiffstats
path: root/templates/dhcp.template
Commit message (Collapse)AuthorAgeFilesLines
* Remove references to omapi and omshell (deprecated feature in 1.6, now removed)Michael DeHaan2009-08-101-3/+0
|
* For ISC, don't append the interface name if it's eth0. Fix template ↵Michael DeHaan2009-05-081-4/+4
| | | | indentation.
* Quote the hostname in the stock ISC dhcp configuration templateMichael DeHaan2009-05-071-1/+1
|
* Fix dhcp parameter namePeter Vreman2009-05-061-1/+1
|
* Keep providing DHCP to netboot-disabled systems!Michael DeHaan2009-05-061-7/+5
| | | | | | Conflicts: CHANGELOG
* Fix dhcp templateMichael DeHaan2009-05-011-1/+1
| | | | | | Conflicts: CHANGELOG
* Add the hostname to the iface outputScott Henson2009-04-141-0/+3
|
* - Create a blender cache so we only blend each system once - Pull only the ↵Scott Henson2009-03-231-2/+2
| | | | needed information out of the blended system and update the template to pull this new information - Remove the blending of the profile as it is not needed
* Make gateway in templates work againMichael DeHaan2008-12-011-2/+2
|
* Edit dhcp template to use gateway as a global (required for 1.3.X), more ↵Michael DeHaan2008-12-011-2/+2
| | | | work on the webapp to allow fields to be cleared.
* Added example nameserver to dhcp template.Jasper Capel2008-11-091-7/+8
|
* Added a note to dhcp.template, to remind users not to change /etc/dhcpd.conf ↵Jasper Capel2008-11-091-0/+3
| | | | manually.
* Apply Al Tobey's patch to further templatize the ISC DHCP config file.Michael DeHaan2008-06-161-1/+31
|
* Adjusting the dhcp patch some, prior to moving it all into modules/Michael DeHaan2008-05-021-1/+3
|
* Apply Pablo's patch to add OMAPI support to dhcp config generation.Michael DeHaan2008-05-021-0/+1
|
* Most of these diffs come from directory reorg/cleanup, though the main ↵Michael DeHaan2007-03-191-0/+27
feature here is the start of a better --import command that creates significantly shorter paths and can work more reliably on mounted DVD images (losetup or otherwise). Detection of kickstarts based on paths needs to be augmented by additional means for this to really work. However, changes going in here (and still more to come) result in cleaner names for imported profiles, and substantially shorter kernel option command lines, which is needed to keep under the 255 limit. There is also some work here going in to template out all of the files for PXE, reducing the amount of code in action_sync and also making PXE setups much more customizable (menu choices, titles, random parameters, ipappend 2, etc) without patching the source. "tree" on import is also attached now to the distro, not the profile. So, whew, that's a lot.