summaryrefslogtreecommitdiffstats
path: root/cobbler/kickgen.py
Commit message (Collapse)AuthorAgeFilesLines
* Cleaner error messages on kickstart rendering problems.Michael DeHaan2008-05-151-1/+1
|
* Add extra logging if an error is encountered while rendering a kickstartMichael DeHaan2008-05-151-2/+1
|
* Added some additional links for kickstart viewing/editing to the ↵Michael DeHaan2008-05-091-1/+4
| | | | profile/system web pages
* Added --mirror-locally option to repo add/edit and WebUI for specifying that ↵Michael DeHaan2008-05-081-1/+6
| | | | | | | a cobbler repo object is to be used directly, rather than mirrored into /var/www/cobbler by reposync/rsync. This can be usable when network connectivity outside is certain, and there are no performance or bandwidth needs on a local mirror. This supports http:// and ftp:// only, rsync:// is not natively understood by yum.
* Modify URLsMichael DeHaan2008-04-231-4/+4
|
* Send registration parameters at the right spot.Michael DeHaan2008-04-211-2/+2
|
* Correct URLs in kickstart postMichael DeHaan2008-04-211-2/+2
|
* Kickstarts are now dynamically generated by mod_python, CGI's now fallMichael DeHaan2008-04-181-0/+272
under mod_python, kickstart templating code now moved out of sync function.