summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
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