[et-mgmt-tools] [PATCH] cobbler - add arch to repo definition to override default arch for reposync

Perry Myers pmyers at redhat.com
Thu Jun 7 19:51:18 UTC 2007


Dan and Michael:

Daniel P. Berrange wrote:

> Typically wrap  command lines in 'C<..>' eg  C<cobbler reposync> to make
> them monospaced font when POD is convereted to HTML

Thanks for the info.  Let me know if this is what you're talking about.  The HTML pages generated did have monospaced fonts in the places that I wanted.

Perry

-- 
|=- Red Hat, Engineering, Emerging Technologies, Boston.  +1 703 362 9622 -=|

diff --git a/docs/cobbler.pod b/docs/cobbler.pod
index 4192c19..7cb7ba8 100644
--- a/docs/cobbler.pod
+++ b/docs/cobbler.pod
@@ -199,7 +199,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] [--createrepo-flags=string] [--arch=string]>
 
 =over
 
@@ -260,8 +260,14 @@ mirror types, such as local paths and rsync:// mirrors.
 
 =item createrepo-flags
 
-Specifies optional flags to feed into the createrepo tool, which is called when "cobbler reposync" is run for the
-given repository.  The defaults are '-c cache'.
+Specifies optional flags to feed into the createrepo tool, which is called when C<cobbler reposync> is run for the
+given repository.  The defaults are C<-c cache>.
+
+=item arch
+
+Specifies what architecture the repository should use.  By default the current system arch is used when 
+C<cobbler reposync> is called.  Using this to override the default arch allows mirroring of source 
+repositories (using C<--arch=src>)
 
 =back




More information about the et-mgmt-tools mailing list