[PATCH 1/2] disable updates when method is set in ks (#952791)

Brian C. Lane bcl at redhat.com
Tue May 21 21:42:43 UTC 2013


From: "Brian C. Lane" <bcl at redhat.com>

---
 pyanaconda/packaging/yumpayload.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pyanaconda/packaging/yumpayload.py b/pyanaconda/packaging/yumpayload.py
index c0c1455..911c1ce 100644
--- a/pyanaconda/packaging/yumpayload.py
+++ b/pyanaconda/packaging/yumpayload.py
@@ -535,7 +535,6 @@ reposdir=%s
                     self.disableRepo(repo.id)
                 elif self.data.method.method and \
                      repo.id != BASE_REPO_NAME and \
-                     repo.id != "updates" and \
                      repo.id not in (r.name for r in self.data.repo.dataList()):
                     # if a method/repo was given, disable all default repos
                     self.disableRepo(repo.id)
-- 
1.8.1.4



More information about the anaconda-patches mailing list