summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * manpage typoMichael DeHaan2008-07-231-1/+1
| |
| * changelogMichael DeHaan2008-07-231-0/+1
| |
| * Make yum repo config for yum_post_install_mirror fully dynamicMichael DeHaan2008-07-237-34/+60
| |
| * Make cobbler-completion work with no argsMichael DeHaan2008-07-231-1/+7
| |
| * Add completion scriptMichael DeHaan2008-07-231-0/+120
| |
| * Bash completion upgradesMichael DeHaan2008-07-233-1/+511
| |
| * In-progress work on making bash-completion script not need to run cobbler by ↵Michael DeHaan2008-07-233-0/+5
| | | | | | | | teaching it about a much lighter weight script that reads a pre-generated list of options.
| * bash completion upgradesMichael DeHaan2008-07-234-32/+34
| |
| * Tell bash completion to complete "image" alsoMichael DeHaan2008-07-221-1/+1
| |
| * Merge findks fix from masterMichael DeHaan2008-07-222-2/+3
| |
| * update services.py from masterMichael DeHaan2008-07-211-2/+4
| |
| * Updating findks for mac supportMichael DeHaan2008-07-211-1/+8
| |
| * Image fixes/changesMichael DeHaan2008-07-181-5/+0
| |
| * Bugfix for item_image.pyMichael DeHaan2008-07-181-2/+2
| |
| * Move errors to sys.stderr to avoid clashing with bash completion scriptMichael DeHaan2008-07-182-5/+5
| |
| * Apply improved bash completion script. Looks like we need to make the CLI a ↵Michael DeHaan2008-07-182-6/+48
| | | | | | | | bit zippier for this, but works great.
| * changelogMichael DeHaan2008-07-171-0/+1
| |
| * Merge branch 'brenton_devel' into develMichael DeHaan2008-07-173-5/+13
| |\
| | * Adding get_status to the remote apiBrenton Leanhardt2008-07-173-5/+13
| | |
| * | Undo sign changeMichael DeHaan2008-07-171-1/+1
| | |
| * | Apply patch to provide a --helpbash command, which is not for humans, but is ↵Michael DeHaan2008-07-171-1/+13
| | | | | | | | | | | | for the bash completion script
| * | Reinstating findks.cgi support, this time as mod_python.Michael DeHaan2008-07-173-13/+65
| |/ | | | | | | | | See http://server/cblr/svc/op/findks which will get the kickstart for the IP or MAC of the requester. Note MAC is only sent when using kssendmac from Anaconda.
| * changelogMichael DeHaan2008-07-161-0/+1
| |
| * Fix sign error.Michael DeHaan2008-07-161-1/+1
| |
| * A bit more on s390, make the pseudo-PXE tree include info for the profiles, ↵Michael DeHaan2008-07-161-2/+3
| | | | | | | | which was missing earlier
| * More work on image support, still more to do.Michael DeHaan2008-07-152-3/+5
| |
| * Various image changes + bash completion scriptMichael DeHaan2008-07-1511-9/+112
| |
| * add xml file trackingMichael DeHaan2008-07-151-16/+13
| |
| * Update cobbler check to help with vsftpd setup, needed for our planned ↵Michael DeHaan2008-07-155-15/+52
| | | | | | | | pseudo-PXE implementation for s390x
| * Add code that generates PXE tree info for systems and profiles that have ↵Michael DeHaan2008-07-153-19/+49
| | | | | | | | s390 as their arch. Only s390 profiles show up in the s390 menus, and the same is true for mac records (if any).
| * Make cobbler import accept s390 trees and properly identify the kernel/initrd.Michael DeHaan2008-07-142-13/+16
| | | | | | | | Next step: building out the pseudo-PXE tree.
| * Make repo code validate the arch, as well as add it to the web app with ↵Michael DeHaan2008-07-145-18/+45
| | | | | | | | radio buttons instead of a text field.
| * Allow cobbler to accept s390x as arch inputMichael DeHaan2008-07-143-6/+12
| |
| * More work on image supportMichael DeHaan2008-07-091-6/+7
| |
| * Adding authn_spacewalk module, which is usable to authenticate Cobbler ↵Michael DeHaan2008-07-084-0/+71
| | | | | | | | against spacewalki or Red Hat satellite. Actual usage of this feature is gated by https://bugzilla.redhat.com/show_bug.cgi?id=454474 which means the API for Spacewalk has some problems still. Details on usage are on the Wiki under the RhnTips page.
| * Make --in-place not break --findMichael DeHaan2008-07-034-4/+9
| |
| * More work on image supportMichael DeHaan2008-07-031-0/+1
| |
| * Update authorsMichael DeHaan2008-07-031-1/+1
| |
| * Add some more parameters to the image object, which we still need to surfaceMichael DeHaan2008-07-021-4/+74
| | | | | | | | | | | | in the command line. We'll do the webui after it all gets working. Koan is also going to need some upgrades. I'm doing ISO based installs first and then we'll move on to virt image cloning.
| * Upgrades to multiple --kopts supportMichael DeHaan2008-07-024-6/+15
| |
| * Apply patch allowing for multiple kernel options, such as "console=X console=Y".Michael DeHaan2008-07-022-5/+14
| | | | | | | | This currently also allows for multiple ksmeta items, which is rather undefined,which we probaby want to not allow.
| * add missing importMichael DeHaan2008-07-021-0/+1
| |
| * Added patch to allow in-place editing of --kopts/--ksmetaMichael DeHaan2008-07-028-14/+32
| |
| * Make global report/list show the images we have configured/stored, if anyMichael DeHaan2008-07-011-9/+17
| |
| * More fixes to base image tracking code.Michael DeHaan2008-07-013-3/+9
| |
| * Working on adding in image management, still a good ways to go, this does notMichael DeHaan2008-07-017-5/+33
| | | | | | | | do anything useful yet and other things may be broken :)
| * Merge branch 'master' into develMichael DeHaan2008-07-013-1/+3
| |\
| * | Work in progress on adding image tracking, also fixed a typo or two in buildisoMichael DeHaan2008-06-306-4/+405
| | |
| * | TypoMichael DeHaan2008-06-271-1/+1
| | |
| * | Update AUTHORSMichael DeHaan2008-06-271-0/+1
| | |