diff options
author | Jeremy Katz <katzj@redhat.com> | 2007-10-04 15:30:37 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2007-10-04 15:30:37 +0000 |
commit | 65acd315b7497fa4fc209ea75c9a761cee9cca63 (patch) | |
tree | d36578c33e4d6f8d0ceb1ce8b511c4ff6df417e7 /yuminstall.py | |
parent | f06eb70364a2fa234cfe0d40232a668d15de6024 (diff) | |
download | anaconda-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.py | 1 |
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) |