summaryrefslogtreecommitdiffstats
path: root/yuminstall.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2009-06-01 14:26:27 -0400
committerChris Lumens <clumens@redhat.com>2009-06-01 14:26:27 -0400
commit86fb9ed2ad5f846b7f490940bca5528ae397c643 (patch)
tree201b3751865a18795657dfd048a044308ea61190 /yuminstall.py
parent2aa6d8f67c6bb9a08948e6d520011900e8d1de61 (diff)
downloadanaconda-86fb9ed2ad5f846b7f490940bca5528ae397c643.tar.gz
anaconda-86fb9ed2ad5f846b7f490940bca5528ae397c643.tar.xz
anaconda-86fb9ed2ad5f846b7f490940bca5528ae397c643.zip
We no longer write out /etc/rpm/platform, so don't offer to upgrade it.
Diffstat (limited to 'yuminstall.py')
-rw-r--r--yuminstall.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/yuminstall.py b/yuminstall.py
index 0e7a4da85..e7f1d915d 100644
--- a/yuminstall.py
+++ b/yuminstall.py
@@ -1427,9 +1427,9 @@ reposdir=/etc/anaconda.repos.d,/tmp/updates/anaconda.repos.d,/tmp/product/anacon
self.initLog(anaconda.id, anaconda.rootPath)
if flags.setupFilesystems:
- # setup /etc/rpm/platform for the post-install environment
+ # setup /etc/rpm/ for the post-install environment
iutil.writeRpmPlatform(anaconda.rootPath)
-
+
try:
# FIXME: making the /var/lib/rpm symlink here is a hack to
# workaround db->close() errors from rpm