summaryrefslogtreecommitdiffstats
path: root/kickstarts
Commit message (Collapse)AuthorAgeFilesLines
* Apparently this command doesn't work everywhere.root2007-08-273-3/+0
|
* Minimal kickstart needs wget so it can pull files in during post.Michael DeHaan2007-08-231-0/+1
|
* Added language settings to the default templates to avoid prompting. This ↵Michael DeHaan2007-08-173-0/+3
| | | | doesn't seem to be a problem in most distros but pops up in some.
* Added a SNIPPET::foo feature which can do the equivalent of %include in ↵Michael DeHaan2007-07-272-26/+4
| | | | | | | | | kickstart without the need for a wget and http hosting. Snippets live in /var/lib/cobbler/snippets -- Cobbler ships with only one snippet now (as a demo), though users can create as many as they want.
* Removed # from kickstart templates (unneeded), webpage updates based on new ↵Michael DeHaan2007-07-192-2/+2
| | | | | | content, and removed TODO since that will now be available on trac as an RFE list.
* Add preliminary support for RHEL5 tree management. This is ratherMichael DeHaan2007-04-031-0/+1
| | | | | | | | | | | | complicated and introduces a new variable source_repos on each 'distro' object and also has some implications for how sync completes. Basically RHEL5 has multiple comps files so createrepo must be run more than once. The main point of this support is to install and configure the "core" mirror for distros, where previously only extras/updates were dealt with. The core repo is derived from the kickstart tree (cobbler import) rather than the "cobbler repo add" commands (manual add).
* Interim commit in the middle of directory reorg.Michael DeHaan2007-03-164-0/+157