summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-10-29 11:45:16 -0400
committerMichael DeHaan <mdehaan@redhat.com>2007-10-29 11:45:16 -0400
commit0d64de62b3a0b011a51d390c8ee1b91820479950 (patch)
tree6247af65ec37c59e1e3271aca97745e4f538e6cd /docs
parent66c992465c21d617f7de5f3d1e9e1ae59a7c87cf (diff)
downloadthird_party-cobbler-0d64de62b3a0b011a51d390c8ee1b91820479950.tar.gz
third_party-cobbler-0d64de62b3a0b011a51d390c8ee1b91820479950.tar.xz
third_party-cobbler-0d64de62b3a0b011a51d390c8ee1b91820479950.zip
Add --arch back to docs, plus WebUI changes to add the field.
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 e1b76f7..e46415a 100644
--- a/docs/cobbler.pod
+++ b/docs/cobbler.pod
@@ -270,7 +270,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] [--keep-updated=Y/N]>
+B<cobbler repo add --mirror=url --name=string [--local-filename=string] [--rpmlist=list] [--creatrepo-flags=string] [--keep-updated=Y/N] [--arch=string]>
=over
@@ -335,6 +335,10 @@ Specifies optional flags to feed into the createrepo tool, which is called when
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.
+=item arch
+
+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).
+
=back
=head2 DISPLAYING CONFIGURATION ENTRIES