From 248b28b0181d87069364a87f4762086206781d38 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Thu, 29 Nov 2007 17:38:22 -0500 Subject: Apply Christophe's patch to enable yum priorities. Slightly tweaked to default to 99, not 200. --- docs/cobbler.pod | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'docs/cobbler.pod') 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 +B =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). -- cgit