summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Adding additional exception handling and logging to WebUI.Michael DeHaan2007-09-121-0/+3
|
* Apply Al Tobey's patchset to Cobbler Web UI.Michael DeHaan2007-09-121-1/+12
|
* Check in beginings of Cobbler WebUI packaging (thanks: Al Tobey). More work ↵Michael DeHaan2007-09-111-0/+47
| | | | TBA.
* More work on init scriptsMichael DeHaan2007-08-171-3/+2
|
* Improve cobbler init scriptsMichael DeHaan2007-08-171-2/+3
|
* Implement PXE boot loop prevention feature using a CGI script that speaks to ↵Michael DeHaan2007-08-031-0/+80
| | | | | | a special function in cobblerd.
* Added MAC address detection to findks.cgi (Adam Wolf's patch)Michael DeHaan2007-07-231-12/+42
|
* Adding kickstart serving CGI script.Michael DeHaan2007-07-091-0/+116
| | | | Also fixing one error in the utils module.
* Add logging for cobblerd + logrotate script.Michael DeHaan2007-07-021-1/+18
| | | | Bumped revision to 0.5.1.
* Changes cobbler_syslogd to cobblerd, and this new daemon now offers koanMichael DeHaan2007-04-192-93/+1
| | | | | info over XMLRPC, allowing koan to stop needing to grok YAML. Older versions of koan will remain compatible over standard http://.
* Fixed bug in watcher.py code found in PXE testing, make file now removes ↵Michael DeHaan2007-03-221-1/+1
| | | | pod2man tempfiles.
* Most of these diffs come from directory reorg/cleanup, though the main ↵Michael DeHaan2007-03-194-0/+227
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.