summaryrefslogtreecommitdiffstats
path: root/kickstart_fc6.ks
Commit message (Collapse)AuthorAgeFilesLines
* Fix the backwards compatibility code around TEMPLATE:: and also changemdehaan@mdehaan.rdu.redhat.com2007-02-191-4/+4
| | | | the template files to use basic $placeholders instead of TEMPLATE::
* Escape dollar signs (related to new Cheetah changes). All dollar signs do ↵Michael DeHaan2007-02-151-7/+7
| | | | not need to be escaped but onces that look like $(list-hard-drives) do. Cheetah is set to not-substitute $foo if it doesn't know what a $foo is, but other variants of near-Cheetah syntax require escaping.
* Make default kickstarts fully automatic. (Long time coming).Michael DeHaan2007-01-191-0/+14
|
* Back out start changes, as start can be determined by first file request if ↵Michael DeHaan2007-01-031-3/+0
| | | | we use a different URL alias.
* Add kickstart pre-signaling to indicate starts in addition to stops.mdehaan@mdehaan.rdu.redhat.com2007-01-031-0/+3
|
* Renaming the kickstart_done portion and also not serving up the watcher's ↵mdehaan@mdehaan.rdu.redhat.com2007-01-021-1/+1
| | | | source.
* Adding createrepo calls to "cobbler reposync" ... working on auto-generating ↵Michael DeHaan2006-12-131-0/+4
| | | | | | yum configs and allowing them to be installable for mirrored repos.
* Preliminary support for repo mirroring.Michael DeHaan2006-12-121-0/+41