summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-09-24 12:10:33 -0400
committerMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-09-24 12:10:33 -0400
commit37969519ae6f8ec828390333fe2bc8fbec9d4d0d (patch)
treedabaf2d89f9f0699833001167f918e30c27dd6f1 /docs
parent3c09c5f43b937601765638b2a93ba7058997b5fd (diff)
downloadthird_party-cobbler-37969519ae6f8ec828390333fe2bc8fbec9d4d0d.tar.gz
third_party-cobbler-37969519ae6f8ec828390333fe2bc8fbec9d4d0d.tar.xz
third_party-cobbler-37969519ae6f8ec828390333fe2bc8fbec9d4d0d.zip
Apply AT Web UI patchset.
Diffstat (limited to 'docs')
-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