summaryrefslogtreecommitdiffstats
path: root/cobbler.pod
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-02-16 15:26:03 -0500
committerJim Meyering <jim@meyering.net>2007-02-16 15:26:03 -0500
commit102483e058ecffd07641482758b652ae540f5f7f (patch)
tree70a2c6b53005e3127ad9ac492b322878b91d0285 /cobbler.pod
parentc60f8e15d134f9207e4ba5a6a7c32f32263a98a7 (diff)
downloadthird_party-cobbler-102483e058ecffd07641482758b652ae540f5f7f.tar.gz
third_party-cobbler-102483e058ecffd07641482758b652ae540f5f7f.tar.xz
third_party-cobbler-102483e058ecffd07641482758b652ae540f5f7f.zip
A few things
- manpage clarification/correction (including a parameter typo in "cobbler repo add") - don't write the etc/yum.repos.d file if no --local-filename - print out createrepo command for debug purposes (during cobbler import)
Diffstat (limited to 'cobbler.pod')
-rw-r--r--cobbler.pod6
1 files changed, 4 insertions, 2 deletions
diff --git a/cobbler.pod b/cobbler.pod
index 99e47af..b635cea 100644
--- a/cobbler.pod
+++ b/cobbler.pod
@@ -182,7 +182,7 @@ Repository mirroring is one of the more complex cobbler features, though if you
a yum repository and integrate it with your provisioning, cobbler can help simplify the required
knowledge a good bit. If you're just provisioning your home system, ignore this part.
-B<cobbler repo add --mirror=url --mirror-name=string [--local-file=string]>
+B<cobbler repo add --mirror=url --mirror-name=string [--local-filename=string]>
=over
@@ -220,12 +220,14 @@ it can be automatically configured on the clients.
=item local-filename
-Local filename specifies, for kickstarts containing the template parameter "TEMPLATE::yum_config_stanza",
+Local filename specifies, for kickstarts containing the template parameter "yum_config_stanza",
what files to populate on provisioned clients in /etc/yum.repos.d. In other words, if this value
is "foo", the repo would be added on provisioned clients as "/etc/yum.repos.d/foo.repo". If you don't
want clients to have this repo installed, don't add a name for the repo, and provisioned machines
will not configure yum to know about this repo -- you can still do it manually if you choose.
+See /etc/cobbler/kickstart_fc6.ks for an example of how to employ this within a kickstart template.
+
=back
=head2 DISPLAYING CONFIGURATION ENTRIES