summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2000-06-02 21:44:31 +0000
committerErik Troan <ewt@redhat.com>2000-06-02 21:44:31 +0000
commit20e2c29550a83b7c4f75bb10dea9bd9a4d1bdf75 (patch)
tree43cc42b01a9eea5716b9a756bce9f500273069f4 /anaconda
parentfe8fa314653ee2460b6e191596a5f2ec3ca9039d (diff)
downloadanaconda-20e2c29550a83b7c4f75bb10dea9bd9a4d1bdf75.tar.gz
anaconda-20e2c29550a83b7c4f75bb10dea9bd9a4d1bdf75.tar.xz
anaconda-20e2c29550a83b7c4f75bb10dea9bd9a4d1bdf75.zip
create /tmp/cleanup properly
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda3
1 files changed, 0 insertions, 3 deletions
diff --git a/anaconda b/anaconda
index 1f90c7e73..5cf3d5854 100755
--- a/anaconda
+++ b/anaconda
@@ -390,9 +390,6 @@ try:
serial = serial, reconfigOnly = reconfigOnly, test = test,
extraModules = extraModules)
intf.run(todo, test = test)
-
- if not todo.reconfigOnly:
- todo.fstab.umountFilesystems(rootPath, ignoreErrors = 1)
except SystemExit, code:
intf.shutdown()
except: