Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove references to omapi and omshell (deprecated feature in 1.6, now removed) | Michael DeHaan | 2009-08-10 | 1 | -3/+0 |
| | |||||
* | For ISC, don't append the interface name if it's eth0. Fix template ↵ | Michael DeHaan | 2009-05-08 | 1 | -4/+4 |
| | | | | indentation. | ||||
* | Quote the hostname in the stock ISC dhcp configuration template | Michael DeHaan | 2009-05-07 | 1 | -1/+1 |
| | |||||
* | Fix dhcp parameter name | Peter Vreman | 2009-05-06 | 1 | -1/+1 |
| | |||||
* | Keep providing DHCP to netboot-disabled systems! | Michael DeHaan | 2009-05-06 | 1 | -7/+5 |
| | | | | | | Conflicts: CHANGELOG | ||||
* | Fix dhcp template | Michael DeHaan | 2009-05-01 | 1 | -1/+1 |
| | | | | | | Conflicts: CHANGELOG | ||||
* | Add the hostname to the iface output | Scott Henson | 2009-04-14 | 1 | -0/+3 |
| | |||||
* | - Create a blender cache so we only blend each system once - Pull only the ↵ | Scott Henson | 2009-03-23 | 1 | -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 again | Michael DeHaan | 2008-12-01 | 1 | -2/+2 |
| | |||||
* | Edit dhcp template to use gateway as a global (required for 1.3.X), more ↵ | Michael DeHaan | 2008-12-01 | 1 | -2/+2 |
| | | | | work on the webapp to allow fields to be cleared. | ||||
* | Added example nameserver to dhcp template. | Jasper Capel | 2008-11-09 | 1 | -7/+8 |
| | |||||
* | Added a note to dhcp.template, to remind users not to change /etc/dhcpd.conf ↵ | Jasper Capel | 2008-11-09 | 1 | -0/+3 |
| | | | | manually. | ||||
* | Apply Al Tobey's patch to further templatize the ISC DHCP config file. | Michael DeHaan | 2008-06-16 | 1 | -1/+31 |
| | |||||
* | Adjusting the dhcp patch some, prior to moving it all into modules/ | Michael DeHaan | 2008-05-02 | 1 | -1/+3 |
| | |||||
* | Apply Pablo's patch to add OMAPI support to dhcp config generation. | Michael DeHaan | 2008-05-02 | 1 | -0/+1 |
| | |||||
* | Most of these diffs come from directory reorg/cleanup, though the main ↵ | Michael DeHaan | 2007-03-19 | 1 | -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. |