summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2006-12-08 16:17:49 +0000
committerChris Lumens <clumens@redhat.com>2006-12-08 16:17:49 +0000
commit114afddcf18464949b30e5bb806c90cbb5a2e6c8 (patch)
treea75013b2ac83ae88a792c71ecbf02194504f10d2 /anaconda
parent7cf5f2b5b48ee5372fc691f896eb00aa2262a210 (diff)
downloadanaconda-114afddcf18464949b30e5bb806c90cbb5a2e6c8.tar.gz
anaconda-114afddcf18464949b30e5bb806c90cbb5a2e6c8.tar.xz
anaconda-114afddcf18464949b30e5bb806c90cbb5a2e6c8.zip
Remove LIBUSER_CONF from the environment before running %post scripts
(#218213).
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda6
1 files changed, 0 insertions, 6 deletions
diff --git a/anaconda b/anaconda
index 725e08c83..6f4925b02 100755
--- a/anaconda
+++ b/anaconda
@@ -1005,12 +1005,6 @@ if __name__ == "__main__":
except:
handleException(anaconda, sys.exc_info())
- # remove our libuser.conf
- try:
- os.unlink(os.environ["LIBUSER_CONF"])
- except:
- pass
-
if anaconda.isKickstart and instClass.ksdata.reboot["eject"]:
isys.flushDriveDict()
for drive in isys.cdromList():