summaryrefslogtreecommitdiffstats
path: root/cobbler
Commit message (Expand)AuthorAgeFilesLines
...
* Ensure paths are always joined by slashes.Michael DeHaan2007-08-061-1/+4
* Implement PXE boot loop prevention feature using a CGI script that speaks to ...Michael DeHaan2007-08-033-8/+36
* Added feature where a network install location can be given to do cobbler imp...Michael DeHaan2007-08-013-45/+128
* Missing file.root2007-07-271-0/+72
* Fix snippet cache codeMichael DeHaan2007-07-271-1/+1
* Added a SNIPPET::foo feature which can do the equivalent of %include in kicks...Michael DeHaan2007-07-276-13/+38
* Added -v/--versionMichael DeHaan2007-07-263-0/+28
* Added kickstart validation code to cobbler + documentation.Michael DeHaan2007-07-262-0/+20
* Added code to detect iptables and mention potential ports to unblock.Michael DeHaan2007-07-261-0/+7
* Fix init script return codes for 'status' and also make service statusMichael DeHaan2007-07-261-1/+2
* Change to detect needed services that are not running and suggest that theyMichael DeHaan2007-07-261-0/+13
* Set default virt type to autodetect.Michael DeHaan2007-07-251-1/+1
* Also allow for "auto" as a valid --virt-type choiceMichael DeHaan2007-07-252-2/+2
* Add kssendmac to kernel options when there is roomMichael DeHaan2007-07-231-1/+7
* make $kernel_options template accessibleMichael DeHaan2007-07-231-0/+2
* Fixing repo remove.Michael DeHaan2007-07-171-2/+3
* Fix error message.Michael DeHaan2007-07-171-1/+1
* Fix cobblerd error handlingMichael DeHaan2007-07-131-2/+1
* Tolerate IOErrors in the XMLRPC server implementationMichael DeHaan2007-07-131-1/+9
* Adding plumbing in cobbler for --virt-path and --virt-type options.Michael DeHaan2007-07-125-14/+67
* Add netboot-enabled to CLIMichael DeHaan2007-07-122-2/+3
* Adding kickstart serving CGI script.Michael DeHaan2007-07-091-1/+1
* Make sure system deletions are occur without requiring a cobblerd restartMichael DeHaan2007-07-051-0/+6
* Fix python 2.3 sortingMichael DeHaan2007-07-031-1/+1
* Add logging for cobblerd + logrotate script.Michael DeHaan2007-07-022-7/+32
* Debian has a different argument for 'ksdevice', also add extra D/L infoMichael DeHaan2007-06-291-0/+1
* Request kickstart files based on system.name, not pxeification, since newerMichael DeHaan2007-06-261-4/+4
* This is redundant because find will already downcase.Michael DeHaan2007-06-221-3/+0
* Update config on each XMLRPC call so restarting cobblerd will notMichael DeHaan2007-06-221-0/+9
* updating cobblerd to use API rather than YAML deserialization.Michael DeHaan2007-06-222-66/+21
* Fix cobblerd to accept koan input for system names that are notMichael DeHaan2007-06-221-12/+74
* Use get_config_filename from utilsMichael DeHaan2007-06-221-1/+1
* Lowercase input on removal (this should really be using the find() method.Michael DeHaan2007-06-224-3/+6
* Experimental support for provisioning Debian.Michael DeHaan2007-06-212-1/+3
* Repos should default to autosync.Michael DeHaan2007-06-211-2/+2
* Fix status printingMichael DeHaan2007-06-212-19/+19
* default is still PXEableMichael DeHaan2007-06-211-0/+2
* Optional override of --kickstart on a per-system basis.Michael DeHaan2007-06-154-15/+42
* Keep track of depth of cobbler objects such that a pseudo-topological sortMichael DeHaan2007-06-136-15/+52
* Remove stray debugMichael DeHaan2007-06-131-1/+0
* Lots of work towards profile inheritance. This works in the UI now, withMichael DeHaan2007-06-1311-95/+230
* Fix error in name loading.Michael DeHaan2007-06-121-4/+4
* random FIXME cleanupMichael DeHaan2007-06-123-9/+2
* Make ksmeta variables available at top level again.Michael DeHaan2007-06-121-24/+6
* release bumpMichael DeHaan2007-06-123-10/+13
* Generalizes tree listing to allow for inheritance and arbitrary nestingMichael DeHaan2007-06-126-15/+24
* Add conceptual_parent concept, to allow tree retrieval of objects that may haveMichael DeHaan2007-06-124-24/+29
* Add code for generation of object downlinks during config parsing.Michael DeHaan2007-06-126-11/+50
* Remove dead code.Michael DeHaan2007-06-121-31/+0
* Generalizes object blending and the concept of parentage to allow for later s...Michael DeHaan2007-06-117-120/+191