summaryrefslogtreecommitdiffstats
path: root/templates
Commit message (Collapse)AuthorAgeFilesLines
* I reorged this template directory some time ago but apparently cleanupMichael DeHaan2007-04-201-0/+14
| | | | was not checked in.
* Changes cobbler_syslogd to cobblerd, and this new daemon now offers koanMichael DeHaan2007-04-191-14/+0
| | | | | info over XMLRPC, allowing koan to stop needing to grok YAML. Older versions of koan will remain compatible over standard http://.
* cobbler.conf (httpd conf file) should be in version control, alsoMichael DeHaan2007-04-131-0/+14
| | | | bumped release.
* Remove typo from rsync.excludeMichael DeHaan2007-04-021-1/+0
|
* Improvements/fixes to the "DVD import" code so that they know more aboutMichael DeHaan2007-04-021-1/+2
| | | | how to deal with RHEL and in-between builds of Fedora.
* Most of these diffs come from directory reorg/cleanup, though the main ↵Michael DeHaan2007-03-196-0/+68
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.