summaryrefslogtreecommitdiffstats
path: root/yuminstall.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2007-10-04 15:30:37 +0000
committerJeremy Katz <katzj@redhat.com>2007-10-04 15:30:37 +0000
commit65acd315b7497fa4fc209ea75c9a761cee9cca63 (patch)
treed36578c33e4d6f8d0ceb1ce8b511c4ff6df417e7 /yuminstall.py
parentf06eb70364a2fa234cfe0d40232a668d15de6024 (diff)
downloadanaconda-65acd315b7497fa4fc209ea75c9a761cee9cca63.tar.gz
anaconda-65acd315b7497fa4fc209ea75c9a761cee9cca63.tar.xz
anaconda-65acd315b7497fa4fc209ea75c9a761cee9cca63.zip
2007-10-04 Jeremy Katz <katzj@redhat.com>
* yuminstall.py (AnacondaYum.doConfigSetup): Set repo cost so that we'll pull things from the DVD over going to the network (#245696)
Diffstat (limited to 'yuminstall.py')
-rw-r--r--yuminstall.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/yuminstall.py b/yuminstall.py
index 76fcdcfa7..2dfdefde7 100644
--- a/yuminstall.py
+++ b/yuminstall.py
@@ -313,6 +313,7 @@ class AnacondaYum(YumSorter):
repoid="anaconda-%s-%s" %(name,
productStamp),
root = root)
+ repo.cost = 100
repo.enable()
self.repos.add(repo)