From 20e2c29550a83b7c4f75bb10dea9bd9a4d1bdf75 Mon Sep 17 00:00:00 2001 From: Erik Troan Date: Fri, 2 Jun 2000 21:44:31 +0000 Subject: create /tmp/cleanup properly --- anaconda | 3 --- 1 file changed, 3 deletions(-) (limited to 'anaconda') 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: -- cgit