summaryrefslogtreecommitdiffstats
path: root/cobbler.pod
Commit message (Collapse)AuthorAgeFilesLines
* sseago's patch to set_kernel_options, plus some additional error handling ↵Michael DeHaan2007-02-271-13/+16
| | | | | | around kernel options processing. Plus some manpage/NEWS updates.
* Fixes to work with older versions of Cheetah, small fix to system delete ↵Michael DeHaan2007-02-191-0/+2
| | | | code so it deletes the right file in kickstarts_sys.
* A few thingsMichael DeHaan2007-02-161-2/+4
| | | | | | - manpage clarification/correction (including a parameter typo in "cobbler repo add") - don't write the etc/yum.repos.d file if no --local-filename - print out createrepo command for debug purposes (during cobbler import)
* Changelog/spec updates and manpage additions.Michael DeHaan2007-02-151-0/+14
|
* Some manpage cleanup in regards to the syncless and templating features.Michael DeHaan2007-02-141-7/+17
|
* Run check in post to ensure cobbler tree setup, such that ↵mdehaan@mdehaan.rdu.redhat.com2007-02-141-6/+6
| | | | distros/systems/profiles can be added immediately, without the need to run "sync" to create the base directories.
* Manpage changesMichael DeHaan2007-02-131-3/+5
|
* Added an optional --breed parameter for "distro add" that supports usage of ↵Michael DeHaan2007-02-091-2/+10
| | | | a SuSE answer file (needs testing) and can make way for other distros. koan needs to detect when it's been given a non-redhat based distro and not do anything, though cobbler PXE should work in both cases.
* Added manpage documentation on kickstart tracking feature.Michael DeHaan2007-01-181-0/+16
|
* Tweaking specfile and manpage.mdehaan@mdehaan.rdu.redhat.com2007-01-021-1/+1
|
* Manpage + CHANGELOGsMichael DeHaan2006-12-221-2/+7
| | | | | Also, since there is some change of someone miskeying --virt=yed or something, and getting a False value (which means reprovision the main OS), the default for --virt parameters is getting changed to assume --virt implies True when --virt is used. We really don't want a typo erasing an important server.
* Manpage tweaksMichael DeHaan2006-12-211-3/+3
|
* Added a new abbreviated (list) command and longer (report) command.mdehaan@mdehaan.rdu.redhat.com2006-12-211-3/+8
| | | | List now invokable in subject-verb form also (cobbler system list, etc).
* Add rsync example to manpage.mdehaan@mdehaan.rdu.redhat.com2006-12-201-1/+1
|
* Rsync mirrors shouldn't use SSH.Michael DeHaan2006-12-201-2/+2
|
* (1) Fixing apparent path creation problem, which might not be a problem.mdehaan@mdehaan.rdu.redhat.com2006-12-181-1/+1
| | | | | (2) Undocumenting dryrun, since it doesn't really need to exist as the output data isn't that useful as it doesn't offer full coverage (that, and it's unmaintained). The orphan scrub operation ("cobbler clobber"?) may get some of this functionality.
* Lots of needed doc updates on the repo management hooks.mdehaan@mdehaan.rdu.redhat.com2006-12-151-13/+149
| | | | | | Accidentally clobbered some of the /usr/bin/reposync using code in "cobbler reposync", so it's back to just rsync for now. Will keep it this way (because it's much simpler) unless there are a decent amount of requests.
* Manpage cleanupMichael DeHaan2006-12-141-6/+2
|
* Checking in manpage changes.Michael DeHaan2006-12-081-1/+3
|
* Made manpage comment in manage_dhcp a bit more obvious in regards to the ↵Michael DeHaan2006-12-011-7/+12
| | | | fact that the dhcpd.conf file would be overwritten.
* Remove angle brackets since they were getting eaten by pod2manMichael DeHaan2006-11-151-10/+10
|
* Manpage fixMichael DeHaan2006-11-141-1/+1
|
* Manpage correction.Michael DeHaan2006-11-141-1/+1
|
* Manpage update, added TODO about PXE menus (like RHTS has)Michael DeHaan2006-10-301-0/+19
|
* Add support for restricting the listing to systems/profiles/distrosDavid Lutterkort2006-10-271-2/+2
|
* Merge 243:1f764e5dd1ccDavid Lutterkort2006-10-251-18/+22
|
* Trailing whitespace.Michael DeHaan2006-10-181-1/+1
|
* Working on removing the dependancy on pexpectMichael DeHaan2006-10-171-2/+3
|
* Finally added a "usage" function to the CLI.Michael DeHaan2006-10-161-11/+13
| | | | Minor manpage cleanup.
* Preparation for 2.5.1Michael DeHaan2006-10-161-1/+1
|
* Manpage clarification.Michael DeHaan2006-10-161-14/+39
|
* Trailing whitespace.Michael DeHaan2006-10-161-12/+12
|
* Update manpage documentation and the auto-update file.Michael DeHaan2006-10-131-2/+8
|
* Lots of work on importing rsync mirrors, including preliminary code to guessMichael DeHaan2006-10-131-16/+6
| | | | kickstart files and assign them for distributions that we know how to minimally kickstart.
* Import feature added (usable for things like /mnt/redhat)Michael DeHaan2006-10-131-14/+11
|
* Initial code behind an import feature for directory trees, i.e. to transform ↵Michael DeHaan2006-10-121-2/+2
| | | | | | something like /mnt/redhat (containing a lot of OS builds with trees) into distributions and profiles directly.
* Updating manpage to reflect enchant being a part of the "system" subcommand ↵Michael DeHaan2006-10-121-2/+2
| | | | and therefore taking less arguments.
* (1) initial work on a command to import build trees into cobbler inMichael DeHaan2006-10-111-7/+28
| | | | | a really fast, automated way (2) bundling 2.4's subprocess as sub_process (it's supposed to work) since subprocess isn't available on 2.3 and we want to support lots of 2.3 machines
* TODO updates & doc cleanupMichael DeHaan2006-10-061-4/+4
|
* Fix elilo conf file naming since apparently elilo does not support ↵Michael DeHaan2006-10-051-1/+6
| | | | bootloader profiles based on MAC addresses as does syslinux. This workaround uses the pxe-address field, thus requiring this field for IA64 until the issue can be resolved in elilo.
* --pxe-hostname should be "--pxe-address"Michael DeHaan2006-10-051-2/+2
|
* Commiting the (working) enchant feature and associated changes to enableMichael DeHaan2006-09-291-4/+2
| | | | | it. Some error handling is needed but it's functional. See NEWS and manpage for documentation on enchant.
* - Interim checkin while working on "enchant" featureMichael DeHaan2006-09-281-0/+12
| | | | - Fixed changelogs to include user/email
* dhcp templating for individual systemsMichael DeHaan2006-09-221-10/+45
|
* Added --pxe-arch command and documentation.Michael DeHaan2006-09-211-1/+9
|
* Typos in manpageMichael DeHaan2006-09-201-1/+1
|
* Doc updatesMichael DeHaan2006-09-191-15/+35
|
* Manpage simplification and indentingMichael DeHaan2006-09-191-34/+112
|
* Update manpage to simplify the kickstart explanation and include the new ↵Michael DeHaan2006-09-181-11/+4
| | | | "TEMPLATE::" rule.
* - Cheetah has problems parsing things that contain a $, prior to hitting the ↵Michael DeHaan2006-09-181-7/+10
| | | | | | | | ErrorCatcher. This is a quick hack to preserve $'s by changing the Cobbler templating modifier from "$" to "TEMPLATE::" which will (hopefully) never conflict with anything the user might want. Cheetah errors are still possible at this point, but much less likely.