summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Make more fields standardize around space seperation, not comma seperationMichael DeHaan2009-02-061-3/+3
|
* (A) move cheetah_macro content to contrib, since we don't want to encourage ↵Michael DeHaan2008-12-181-2/+2
| | | | usage of any specific macros, especially Perl one liners, which folks should probalby use a CMS... (B) fix podchecker errors (B=jlaska).
* Mention RHN features in the manpage documentation.Michael DeHaan2008-12-111-0/+4
|
* Fix Wiki link in docsroot2008-11-261-1/+1
|
* Updated web and manpage info on static route syntaxMichael DeHaan2008-11-201-1/+1
|
* Manpage updatesMichael DeHaan2008-11-201-76/+158
|
* Update the WUI docs page and manpage to link to fedorahosted.org/cobbler ↵root2008-11-182-7/+5
| | | | directly.
* Added some information on bonding and VLANs to the manpage and updated some ↵Jasper Capel2008-11-031-4/+18
| | | | information on networking as well.
* Add information about new reposync flags to the manpage.Michael DeHaan2008-10-081-3/+5
|
* Added manpage documentation for "--template-files" on the cobbler objects ↵Michael DeHaan2008-10-061-2/+10
| | | | and also "--breed" on cobbler repo add, both of which are new
* Ensure that the default value for ownership is a list. Also some cleanup to ↵Michael DeHaan2008-09-221-1/+1
| | | | the way we save settings in the middle of test runs. Also also some manpage cleanup pointed out by bretm.
* Add Javier P's patch to add "cobbler import" support for Debian. Also ↵Michael DeHaan2008-09-121-1/+1
| | | | tweaked Andrew Brown's system cloner a bit and added packaging for the debian sample.seed file.
* Update docs/comments.Michael DeHaan2008-08-261-2/+2
|
* Various work on --os-version support and better filtering for --breedMichael DeHaan2008-08-251-1/+6
|
* Add --kopts-post to docsMichael DeHaan2008-08-191-3/+14
|
* Misc changes to cobbler image handling and hardlink codeMichael DeHaan2008-08-071-5/+10
|
* Add documentation on new CIDR feature.Michael DeHaan2008-07-281-0/+2
|
* manpage typoMichael DeHaan2008-07-231-1/+1
|
* Merge branch 'master' into develMichael DeHaan2008-07-011-1/+1
|\
| * Update mailing list in the manpageMichael DeHaan2008-07-011-1/+1
| |
* | TypoMichael DeHaan2008-06-271-1/+1
| |
* | Docs updateMichael DeHaan2008-06-121-3/+5
|/
* Fix manpage typoMichael DeHaan2008-06-061-1/+1
|
* Make manpage reference correct settings file path for 1.0, which is ↵Michael DeHaan2008-05-301-7/+7
| | | | /etc/cobbler, not /var/lib/cobbler
* doc itemMichael DeHaan2008-05-271-1/+1
|
* doc itemMichael DeHaan2008-05-271-1/+1
|
* doc itemMichael DeHaan2008-05-271-1/+1
|
* Checked in architecture diagram source, run "make graphviz" to build it.Michael DeHaan2008-05-151-0/+118
|
* Patch for replicate error handling + docsMichael DeHaan2008-05-121-0/+8
|
* Apply patch to rework bind zone handling.Michael DeHaan2008-05-091-1/+1
|
* Added --mirror-locally option to repo add/edit and WebUI for specifying that ↵Michael DeHaan2008-05-081-1/+5
| | | | | | | 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.
* Apply jeckersb's patch to allow per-zone templatesMichael DeHaan2008-05-051-1/+1
|
* Changelog and doc cleanup (note: manpages reference future behavior WRT ↵Michael DeHaan2008-05-021-21/+19
| | | | dns/dhcp behavior, to be implemented soon).
* Apply John Eckersberg's patch for BIND management.Michael DeHaan2008-05-021-2/+12
|
* (A) The Python-yaml open source code that we had been using apparently ↵Michael DeHaan2008-04-171-0/+78
| | | | | | didn't have copyright headers (not sure why, we absolutely positively want them there) so I'm adding them now. Similarly, I have included a copy of the license of the library in the docs directory. (B) This checkin also includes some work on the status command.
* Import now takes an --arch, which is now a recommended field, to ensureMichael DeHaan2008-04-111-5/+7
| | | | best practices in naming.
* Show friendly error message if user does not have sync permissions, also updateMichael DeHaan2008-04-031-10/+15
| | | | WebUI "docs" page that points to other public docs.
* Add a --owner to all the objects, plus associated API calls and backend ↵Michael DeHaan2008-03-261-0/+4
| | | | | | | | stuff, for use with the (pending real soon now) authz_ownership module. Also updated docs. Incidentally, self.settings.tftpboot is now utils.tftpboot_location() -- which is required because tftpboot moves around. Previously this was masked to still look like a settings variable but I decided to remove the hack. All code using that location has been updated appropriately.
* Fix WebUI documentation URLMichael DeHaan2008-03-101-2/+2
|
* Doc fixMichael DeHaan2008-02-251-3/+2
|
* Manpage updatesMichael DeHaan2008-02-191-2/+0
|
* Added --rsync-flags to cobbler import.Michael DeHaan2008-01-101-1/+3
|
* Added a parameter --yumopts which allows setting parameters for yum plugins ↵Michael DeHaan2008-01-091-11/+4
| | | | | | in a manner similar to how --kopts and --ksmeta works.
* Apply euclid's patch to allow import to take a --kickstart parameterMichael DeHaan2008-01-041-0/+2
|
* Fix Manpage indent.Michael DeHaan2007-12-191-2/+2
|
* Manpage typoMichael DeHaan2007-12-191-1/+1
|
* Revise webui docs on manpage.Michael DeHaan2007-12-051-18/+2
|
* Apply Christophe's patch to enable yum priorities. Slightly tweaked to ↵Michael DeHaan2007-11-291-1/+5
| | | | default to 99, not 200.
* All cobbler objects are now stubbed in as CLI modules, still needs testing. ↵Michael DeHaan2007-11-191-11/+13
| | | | | | Next step is to add the CLI functions that are not object-manipulation based. These will be much shorter.
* Add cgi permissions config to cobbler.confMichael DeHaan2007-11-091-2/+0
|