From d9405d7be86422d99ee78e0c876a08122e252238 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Thu, 7 Jun 2007 10:56:22 -0400 Subject: Add --createrepo-flags (in "cobbler repo add") to the manpage, also add "-c cache" as a default value. --- docs/cobbler.pod | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/cobbler.pod b/docs/cobbler.pod index 4e8a134..4192c19 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 +B =over @@ -258,6 +258,11 @@ games. To do this, use --rpm-list="cobbler koan". This option only works for http:// and ftp:// repositories. It will be ignored for other 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'. + =back =head2 DISPLAYING CONFIGURATION ENTRIES -- cgit