summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Package the cobbler manpage as html as well as a docs page. Fix a broken ↵Michael DeHaan2007-09-191-0/+2
| | | | docstring in action_sync.py
* Add sync support to WUIMichael DeHaan2007-09-181-3/+0
|
* Implement deletes in WebUI, some fixes to backend RW XMLRPC API to serialize ↵Michael DeHaan2007-09-181-3/+1
| | | | | | deletes properly.
* Upgrading cookie and token handling and brining it inside of CobblerWeb.pyMichael DeHaan2007-09-171-1/+0
|
* Added notes on what's left with the WUIMichael DeHaan2007-09-141-0/+15
|
* Kickstart listing is back in the WUI, with a backend method to get the ↵Michael DeHaan2007-09-141-1/+4
| | | | | | | exhaustive list. Edits to come. Also added a "make devinstall" which is like "make install" but doesn't overwrite your settings file with the default values.
* Added --dhcp-tag for multi-subnet configurationMichael DeHaan2007-09-071-0/+6
|
* Added new reposync option information to the man page.root2007-09-061-4/+8
|
* changelog + docsroot2007-09-041-0/+4
|
* Added "cobbler repo auto-add" feature which can discover all the reposMichael DeHaan2007-08-311-0/+5
| | | | | the cobbler server has configured in yum and set them up to be mirrored automagically.
* Fix typo in manpage.Michael DeHaan2007-08-281-1/+1
|
* Added Avahi docsMichael DeHaan2007-08-171-19/+4
|
* Implement PXE boot loop prevention feature using a CGI script that speaks to ↵Michael DeHaan2007-08-031-0/+10
| | | | | | a special function in cobblerd.
* Fix typos in manpageMichael DeHaan2007-08-031-3/+3
|
* Added feature where a network install location can be given to do cobbler ↵Michael DeHaan2007-08-011-5/+14
| | | | | | imports without mirroring. This is explained in the manpage and online docs.
* Changelog + documentation on the new snippet feature.Michael DeHaan2007-07-271-1/+3
|
* Added kickstart validation code to cobbler + documentation.Michael DeHaan2007-07-261-0/+4
|
* Documentation for new --virt-typeMichael DeHaan2007-07-251-2/+2
|
* Cleanup virt-path docs in cobbler.Michael DeHaan2007-07-161-3/+4
|
* Adding plumbing in cobbler for --virt-path and --virt-type options.Michael DeHaan2007-07-121-2/+12
|
* Add docs on --netboot-enabledMichael DeHaan2007-07-121-3/+6
|
* Experimental support for provisioning Debian.Michael DeHaan2007-06-211-2/+2
|
* Optional override of --kickstart on a per-system basis.Michael DeHaan2007-06-151-0/+14
|
* Perry Myers docs for --arch on "cobbler repo add", + minor tweaksMichael DeHaan2007-06-071-0/+4
|
* Add --createrepo-flags (in "cobbler repo add") to the manpage, also add "-cMichael DeHaan2007-06-071-1/+6
| | | | cache" as a default value.
* Ongoing work on making system --names descriptive, plus manpage andMichael DeHaan2007-05-301-64/+89
| | | | CHANGELOG changes.
* Add support for dnsmasq as an alternative to ISC dhcpd.Michael DeHaan2007-05-241-24/+34
| | | | | Also add --hostname option to "cobbler system add" for dnsmasq DNS control features.
* (no commit message)Michael DeHaan2007-04-231-9/+7
|
* This commit overhauls the main cobbler CLI module and adds support forMichael DeHaan2007-04-201-6/+26
| | | | | | | | | | | | object renaming, copying, and editing -- previously only addition and removal were supported. This frees uses (hopefully) from the need to hack YAML and risk damaging their configurations by rendering the config unparseable. It also makes "cobbler list" print out a simple tree representation that shows the association between objects. This also relaxes the requirements for what constitutes a kernel and initrd filename, just in case they are named something different. They still have to exist.
* Implemented trigger support for tying in with other software.Michael DeHaan2007-04-161-0/+5
|
* Turning off core-repo mirror feature by default, as most enterpriseMichael DeHaan2007-04-161-3/+3
| | | | | | | | deployments may not want this behavior, and it is not ideal with RHN setups. Changed manpage docs appropriately. Also fixing bug where source_repo detection went up one directory to high...
* This commit adds a --rpm-list parameter to "cobbler repo add". --rpm-listMichael DeHaan2007-04-101-0/+12
| | | | | | | | | | | | | | | | | allows for partial mirroring of RPM content from a yum repository using yumdownloader. An example of this would be wanting to have a local mirror of useful tools from FC6 Extras (cobbler and koan, possibly?) while not pulling down content that just takes up time/space (like 3D games). This will work for http:// and ftp:// repositories, but not RHN at this point. Incidentally this feature doesn't resolve dependencies at this point because yumdownloader is currently broken. See https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=232183 So, for now, give all dependencies for --rpm-list and when yumdownloader gets fixed, the "--resolve" argument can be reinserted and this will be a lot more useful.
* Doc cleanup.Michael DeHaan2007-04-051-30/+31
|
* Remove redundant cobbler.pod from repository (official copy nowMichael DeHaan2007-04-041-46/+72
| | | | docs/cobbler.pod) and continue working on import/reposync.
* This is 0.4.5Michael DeHaan2007-03-231-6/+1
|
* This is release 0.4.4. I mean it this time :)Michael DeHaan2007-03-231-21/+15
|
* Adding manpage before I forget.Michael DeHaan2007-03-191-0/+537