Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | manpage typo | Michael DeHaan | 2008-07-23 | 1 | -1/+1 | |
| | | ||||||
| * | changelog | Michael DeHaan | 2008-07-23 | 1 | -0/+1 | |
| | | ||||||
| * | Make yum repo config for yum_post_install_mirror fully dynamic | Michael DeHaan | 2008-07-23 | 7 | -34/+60 | |
| | | ||||||
| * | Make cobbler-completion work with no args | Michael DeHaan | 2008-07-23 | 1 | -1/+7 | |
| | | ||||||
| * | Add completion script | Michael DeHaan | 2008-07-23 | 1 | -0/+120 | |
| | | ||||||
| * | Bash completion upgrades | Michael DeHaan | 2008-07-23 | 3 | -1/+511 | |
| | | ||||||
| * | In-progress work on making bash-completion script not need to run cobbler by ↵ | Michael DeHaan | 2008-07-23 | 3 | -0/+5 | |
| | | | | | | | | teaching it about a much lighter weight script that reads a pre-generated list of options. | |||||
| * | bash completion upgrades | Michael DeHaan | 2008-07-23 | 4 | -32/+34 | |
| | | ||||||
| * | Tell bash completion to complete "image" also | Michael DeHaan | 2008-07-22 | 1 | -1/+1 | |
| | | ||||||
| * | Merge findks fix from master | Michael DeHaan | 2008-07-22 | 2 | -2/+3 | |
| | | ||||||
| * | update services.py from master | Michael DeHaan | 2008-07-21 | 1 | -2/+4 | |
| | | ||||||
| * | Updating findks for mac support | Michael DeHaan | 2008-07-21 | 1 | -1/+8 | |
| | | ||||||
| * | Image fixes/changes | Michael DeHaan | 2008-07-18 | 1 | -5/+0 | |
| | | ||||||
| * | Bugfix for item_image.py | Michael DeHaan | 2008-07-18 | 1 | -2/+2 | |
| | | ||||||
| * | Move errors to sys.stderr to avoid clashing with bash completion script | Michael DeHaan | 2008-07-18 | 2 | -5/+5 | |
| | | ||||||
| * | Apply improved bash completion script. Looks like we need to make the CLI a ↵ | Michael DeHaan | 2008-07-18 | 2 | -6/+48 | |
| | | | | | | | | bit zippier for this, but works great. | |||||
| * | changelog | Michael DeHaan | 2008-07-17 | 1 | -0/+1 | |
| | | ||||||
| * | Merge branch 'brenton_devel' into devel | Michael DeHaan | 2008-07-17 | 3 | -5/+13 | |
| |\ | ||||||
| | * | Adding get_status to the remote api | Brenton Leanhardt | 2008-07-17 | 3 | -5/+13 | |
| | | | ||||||
| * | | Undo sign change | Michael DeHaan | 2008-07-17 | 1 | -1/+1 | |
| | | | ||||||
| * | | Apply patch to provide a --helpbash command, which is not for humans, but is ↵ | Michael DeHaan | 2008-07-17 | 1 | -1/+13 | |
| | | | | | | | | | | | | for the bash completion script | |||||
| * | | Reinstating findks.cgi support, this time as mod_python. | Michael DeHaan | 2008-07-17 | 3 | -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. | |||||
| * | changelog | Michael DeHaan | 2008-07-16 | 1 | -0/+1 | |
| | | ||||||
| * | Fix sign error. | Michael DeHaan | 2008-07-16 | 1 | -1/+1 | |
| | | ||||||
| * | A bit more on s390, make the pseudo-PXE tree include info for the profiles, ↵ | Michael DeHaan | 2008-07-16 | 1 | -2/+3 | |
| | | | | | | | | which was missing earlier | |||||
| * | More work on image support, still more to do. | Michael DeHaan | 2008-07-15 | 2 | -3/+5 | |
| | | ||||||
| * | Various image changes + bash completion script | Michael DeHaan | 2008-07-15 | 11 | -9/+112 | |
| | | ||||||
| * | add xml file tracking | Michael DeHaan | 2008-07-15 | 1 | -16/+13 | |
| | | ||||||
| * | Update cobbler check to help with vsftpd setup, needed for our planned ↵ | Michael DeHaan | 2008-07-15 | 5 | -15/+52 | |
| | | | | | | | | pseudo-PXE implementation for s390x | |||||
| * | Add code that generates PXE tree info for systems and profiles that have ↵ | Michael DeHaan | 2008-07-15 | 3 | -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 DeHaan | 2008-07-14 | 2 | -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 DeHaan | 2008-07-14 | 5 | -18/+45 | |
| | | | | | | | | radio buttons instead of a text field. | |||||
| * | Allow cobbler to accept s390x as arch input | Michael DeHaan | 2008-07-14 | 3 | -6/+12 | |
| | | ||||||
| * | More work on image support | Michael DeHaan | 2008-07-09 | 1 | -6/+7 | |
| | | ||||||
| * | Adding authn_spacewalk module, which is usable to authenticate Cobbler ↵ | Michael DeHaan | 2008-07-08 | 4 | -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 --find | Michael DeHaan | 2008-07-03 | 4 | -4/+9 | |
| | | ||||||
| * | More work on image support | Michael DeHaan | 2008-07-03 | 1 | -0/+1 | |
| | | ||||||
| * | Update authors | Michael DeHaan | 2008-07-03 | 1 | -1/+1 | |
| | | ||||||
| * | Add some more parameters to the image object, which we still need to surface | Michael DeHaan | 2008-07-02 | 1 | -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 support | Michael DeHaan | 2008-07-02 | 4 | -6/+15 | |
| | | ||||||
| * | Apply patch allowing for multiple kernel options, such as "console=X console=Y". | Michael DeHaan | 2008-07-02 | 2 | -5/+14 | |
| | | | | | | | | This currently also allows for multiple ksmeta items, which is rather undefined,which we probaby want to not allow. | |||||
| * | add missing import | Michael DeHaan | 2008-07-02 | 1 | -0/+1 | |
| | | ||||||
| * | Added patch to allow in-place editing of --kopts/--ksmeta | Michael DeHaan | 2008-07-02 | 8 | -14/+32 | |
| | | ||||||
| * | Make global report/list show the images we have configured/stored, if any | Michael DeHaan | 2008-07-01 | 1 | -9/+17 | |
| | | ||||||
| * | More fixes to base image tracking code. | Michael DeHaan | 2008-07-01 | 3 | -3/+9 | |
| | | ||||||
| * | Working on adding in image management, still a good ways to go, this does not | Michael DeHaan | 2008-07-01 | 7 | -5/+33 | |
| | | | | | | | | do anything useful yet and other things may be broken :) | |||||
| * | Merge branch 'master' into devel | Michael DeHaan | 2008-07-01 | 3 | -1/+3 | |
| |\ | ||||||
| * | | Work in progress on adding image tracking, also fixed a typo or two in buildiso | Michael DeHaan | 2008-06-30 | 6 | -4/+405 | |
| | | | ||||||
| * | | Typo | Michael DeHaan | 2008-06-27 | 1 | -1/+1 | |
| | | | ||||||
| * | | Update AUTHORS | Michael DeHaan | 2008-06-27 | 1 | -0/+1 | |
| | | |