summaryrefslogtreecommitdiffstats
path: root/yuminstall.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2008-05-04 13:51:13 -0400
committerJeremy Katz <katzj@redhat.com>2008-05-06 13:05:15 -0400
commitfd2106db246bb7bf0c86b822ca57ca4683ce13b6 (patch)
treec74295b97ee42568eaa8117173a418c8a0bc7433 /yuminstall.py
parent9c16b3c6a5b2e4d5fcff30a85ffda16c64a12287 (diff)
downloadanaconda-fd2106db246bb7bf0c86b822ca57ca4683ce13b6.tar.gz
anaconda-fd2106db246bb7bf0c86b822ca57ca4683ce13b6.tar.xz
anaconda-fd2106db246bb7bf0c86b822ca57ca4683ce13b6.zip
And run in the root (#374921)
Diffstat (limited to 'yuminstall.py')
-rw-r--r--yuminstall.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/yuminstall.py b/yuminstall.py
index af26e8007..0c064ed55 100644
--- a/yuminstall.py
+++ b/yuminstall.py
@@ -1581,7 +1581,8 @@ class YumBackend(AnacondaBackend):
try:
iutil.execWithRedirect("yum", ["clean", "all"],
stdout="/dev/tty5", stderr="/dev/tty5",
- searchPath = 1)
+ searchPath = 1,
+ root = anaconda.rootPath)
except:
pass