From 4fecb38e0ca6eac21b5093aa4122c597ce4f23e1 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Thu, 1 Nov 2007 18:32:33 -0400 Subject: Since some versions of yumdownloader don't support --resolve, allow people to remove it by moving it to the configuration file. By default, it will be there, but this provides a fix for those running OS's with an old version of yum/yumdownloader. If -resolve is not in settings, --rpmlist on "cobbler repo add" needs to include all dependencies for the packages listed, which could be a rather long list. --- config/settings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/settings') diff --git a/config/settings b/config/settings index ac0f7b0..10f8892 100644 --- a/config/settings +++ b/config/settings @@ -29,4 +29,4 @@ xmlrpc_port: 25151 xmlrpc_rw_enabled: 0 xmlrpc_rw_port: 25152 yum_core_mirror_from_server: 0 - +yumdownloader_flags: "-resolve" -- cgit