summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-06-07 10:56:22 -0400
committerMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-06-07 10:56:22 -0400
commitd9405d7be86422d99ee78e0c876a08122e252238 (patch)
treeeeaacbc44052d9673a9af18fb794a207bff61b6f /docs
parent589216b2c987ef94740941fcf0d1358ac976ce1e (diff)
downloadthird_party-cobbler-d9405d7be86422d99ee78e0c876a08122e252238.tar.gz
third_party-cobbler-d9405d7be86422d99ee78e0c876a08122e252238.tar.xz
third_party-cobbler-d9405d7be86422d99ee78e0c876a08122e252238.zip
Add --createrepo-flags (in "cobbler repo add") to the manpage, also add "-c
cache" as a default value.
Diffstat (limited to 'docs')
-rw-r--r--docs/cobbler.pod7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/cobbler.pod b/docs/cobbler.pod
index 4e8a134..4192c19 100644
--- a/docs/cobbler.pod
+++ b/docs/cobbler.pod
@@ -199,7 +199,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<cobbler repo add --mirror=url --name=string [--local-filename=string]>
+B<cobbler repo add --mirror=url --name=string [--local-filename=string] [--rpmlist=list] [--creatrepo-flags=string]>
=over
@@ -258,6 +258,11 @@ games. To do this, use --rpm-list="cobbler koan".
This option only works for http:// and ftp:// repositories. It will be ignored for other
mirror types, such as local paths and rsync:// mirrors.
+=item createrepo-flags
+
+Specifies optional flags to feed into the createrepo tool, which is called when "cobbler reposync" is run for the
+given repository. The defaults are '-c cache'.
+
=back
=head2 DISPLAYING CONFIGURATION ENTRIES