summaryrefslogtreecommitdiffstats
path: root/pyanaconda/constants.py
diff options
context:
space:
mode:
authorDavid Lehman <dlehman@redhat.com>2010-12-15 14:48:05 -0600
committerDavid Lehman <dlehman@redhat.com>2010-12-17 10:26:03 -0600
commit06f0f376e3297eba60e5c2a278eb223a16af305a (patch)
tree4fd59ae040a8b1e49b0ed81d705db839504a9567 /pyanaconda/constants.py
parent518fb847919d3b4d0ad2e57fb94d889150dd0166 (diff)
downloadanaconda-06f0f376e3297eba60e5c2a278eb223a16af305a.tar.gz
anaconda-06f0f376e3297eba60e5c2a278eb223a16af305a.tar.xz
anaconda-06f0f376e3297eba60e5c2a278eb223a16af305a.zip
Rename anaconda-image-cleanup and use it for all cleanup in liveinst.
New name is anaconda-cleanup.
Diffstat (limited to 'pyanaconda/constants.py')
-rw-r--r--pyanaconda/constants.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/pyanaconda/constants.py b/pyanaconda/constants.py
index e2013ca4d..498d41f21 100644
--- a/pyanaconda/constants.py
+++ b/pyanaconda/constants.py
@@ -100,3 +100,5 @@ relabelFiles = ["/etc/rpm/macros", "/etc/dasd.conf", "/etc/zfcp.conf",
relabelDirs = ["/etc/sysconfig/network-scripts", "/var/lib/rpm", "/etc/lvm",
"/dev/mapper", "/etc/iscsi", "/var/lib/iscsi", "/root",
"/var/log", "/etc/modprobe.d", "/etc/sysconfig", "/var/cache/yum" ]
+
+ANACONDA_CLEANUP = "anaconda-cleanup"