summaryrefslogtreecommitdiffstats
path: root/cobbler/modules/cli_image.py
Commit message (Expand)AuthorAgeFilesLines
* Fix removal of images that have child objects, so that orphan detection and r...Michael DeHaan2009-02-181-0/+2
* Explicitly import 'cobbler.commands' instead of just 'commands' in cli_*.pyJohn Eckersberg2009-02-101-1/+1
* Since "" equates to False in Python, modify the command line modules so they ...Michael DeHaan2008-11-261-15/+28
* Add a --version command to cobbler which works by writing the file for /var/l...Michael DeHaan2008-11-181-1/+1
* Patch to fix CLI opts (BK)Michael DeHaan2008-11-121-1/+1
* Updated changelog to reflect previous patch, and on top of previous, added co...Michael DeHaan2008-11-101-0/+2
* Add --arch to "cobbler image add"Michael DeHaan2008-09-081-0/+2
* Update docs/comments.Michael DeHaan2008-08-261-1/+1
* Realphabetize CLI for distro, add --os-version and --breed to imageMichael DeHaan2008-08-251-5/+13
* Allow system remove call to tolerate "recursive" arg.Michael DeHaan2008-08-151-1/+1
* Some fixes to image handling so that --image-type is saved and is used to gen...Michael DeHaan2008-08-121-1/+2
* Attempt at streamlining image support, now --image-type can be used to specif...Michael DeHaan2008-08-071-0/+1
* Update message about --xml-file, essentially it is treated as a comment.Michael DeHaan2008-07-241-1/+1
* Wildcard search for "cobbler find" commands and API calls. Plus return code ...Michael DeHaan2008-07-241-1/+1
* Various image changes + bash completion scriptMichael DeHaan2008-07-151-3/+21
* Working on adding in image management, still a good ways to go, this does notMichael DeHaan2008-07-011-2/+3
* Work in progress on adding image tracking, also fixed a typo or two in buildisoMichael DeHaan2008-06-301-0/+100