From 877358dab2b2ae58adc9a0e73a114c8e8f261c5b Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Fri, 2 Nov 2007 12:22:24 -0400 Subject: Work on getting the repos to be templated, largely complete, pending more testing. --- docs/cobbler.pod | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/cobbler.pod') diff --git a/docs/cobbler.pod b/docs/cobbler.pod index fb58a97..0ca8d85 100644 --- a/docs/cobbler.pod +++ b/docs/cobbler.pod @@ -274,7 +274,7 @@ on your network will result in faster, more up-to-date installations and faster are only provisioning a home setup, this will probably be overkill, though it can be very useful for larger setups (labs, datacenters, etc). -B +B =over @@ -308,9 +308,9 @@ somewhat experimental. This name is used as the save location for the mirror. If the mirror represented, say, Fedora Core 6 i386 updates, a good name would be "fc6i386updates". Again, be specific. -This name corresponds with values given to the --repos parameter of "cobbler profile add". If a profile -has a --repos value that matches the name here, that repo can be automatically set up during provisioning. -This means that, if supported by Anaconda, the repo can be used during kickstart install -- and -- either way, it can be automatically configured for use by the provisioned clients (see --local-filename). +This name corresponds with values given to the --repos parameter of "cobbler profile add". If a profile has a --repos value that matches the name given here, that repo can be automatically set up during provisioning (when supported) and installed systems will also use the boot server as a mirror (unless "yum_core_mirror_from_server" is disabled in the settings file). + +Distros that can make use of yum repositories during kickstart include FC6 and later, RHEL 5 and later, and derivative distributions. See the documentation on "cobbler profile add" for more information. -- cgit