summaryrefslogtreecommitdiffstats
path: root/docs/cobbler.pod
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-11-29 17:38:22 -0500
committerMichael DeHaan <mdehaan@redhat.com>2007-11-29 17:38:22 -0500
commit248b28b0181d87069364a87f4762086206781d38 (patch)
treee6754d158c64db4447e810299e019ada481504b6 /docs/cobbler.pod
parent4547a2759ce5369774676f16365492f14aad2392 (diff)
downloadthird_party-cobbler-248b28b0181d87069364a87f4762086206781d38.tar.gz
third_party-cobbler-248b28b0181d87069364a87f4762086206781d38.tar.xz
third_party-cobbler-248b28b0181d87069364a87f4762086206781d38.zip
Apply Christophe's patch to enable yum priorities. Slightly tweaked to default to 99, not 200.
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 787e539..4200f29 100644
--- a/docs/cobbler.pod
+++ b/docs/cobbler.pod
@@ -276,7 +276,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 [--rpmlist=list] [--creatrepo-flags=string] [--keep-updated=Y/N] [--arch=string]>
+B<cobbler repo add --mirror=url --name=string [--rpmlist=list] [--creatrepo-flags=string] [--keep-updated=Y/N] [--priority=number][--arch=string]>
=over
@@ -342,6 +342,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 priority
+
+Specifies the priority of the repository (the lower the number, the higher the priority), which applies to installed machines using the repositories that also have the yum priorities plugin installed. The default priority for the plugin is 99, as is that of all cobbler mirrored repositories.
+
=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).