summaryrefslogtreecommitdiffstats
path: root/livecd.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 /livecd.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 'livecd.py')
-rw-r--r--livecd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/livecd.py b/livecd.py
index 6c559a2ce..b186d0089 100644
--- a/livecd.py
+++ b/livecd.py
@@ -348,7 +348,7 @@ class LiveCDCopyBackend(backend.AnacondaBackend):
def doPostInstall(self, anaconda):
self._doFilesystemMangling(anaconda)
- # setup /etc/rpm/platform for the post-install environment
+ # setup /etc/rpm/ for the post-install environment
iutil.writeRpmPlatform(anaconda.rootPath)
# maybe heavy handed, but it'll do