summaryrefslogtreecommitdiffstats
path: root/docs/cobbler.pod
diff options
context:
space:
mode:
Diffstat (limited to 'docs/cobbler.pod')
-rw-r--r--docs/cobbler.pod6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/cobbler.pod b/docs/cobbler.pod
index d32dc89..8326987 100644
--- a/docs/cobbler.pod
+++ b/docs/cobbler.pod
@@ -247,7 +247,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] [--rpmlist=list] [--creatrepo-flags=string]>
+B<cobbler repo add --mirror=url --name=string [--local-filename=string] [--rpmlist=list] [--creatrepo-flags=string] [--keep-updated=Y/N]>
=over
@@ -320,6 +320,10 @@ given repository. The defaults are '-c cache'.
Specifies what architecture the repository should use. By default the current system arch (of the server) is used, which may not be desirable. Using this to override the default arch allows mirroring of source repositories (using --arch=src).
+=item keep-updated
+
+Specifies that the named repository should not be updated during a normal "cobbler reposync". The repo may still be updated by name. See "cobbler reposync" below.
+
=back
=head2 DISPLAYING CONFIGURATION ENTRIES