summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2000-03-07 00:22:53 +0000
committerErik Troan <ewt@redhat.com>2000-03-07 00:22:53 +0000
commit7f8dc4defa6ca97c29b48771c67f64be85829d22 (patch)
tree9e5e13349fef20dd362d0e294c4306b693d07861 /anaconda
parent0ce1f81cdd9a3eee21a422ea57b8235914db0373 (diff)
downloadanaconda-7f8dc4defa6ca97c29b48771c67f64be85829d22.tar.gz
anaconda-7f8dc4defa6ca97c29b48771c67f64be85829d22.tar.xz
anaconda-7f8dc4defa6ca97c29b48771c67f64be85829d22.zip
remove /tmp/ks.cfg after parsing it
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda1
1 files changed, 1 insertions, 0 deletions
diff --git a/anaconda b/anaconda
index 1a73ba4a4..de137cc76 100755
--- a/anaconda
+++ b/anaconda
@@ -305,6 +305,7 @@ if forceMount:
if kickstart:
instClass = Kickstart(kickstart)
+ os.unlink(kickstart)
elif reconfigOnly:
instClass = ReconfigStation(expert)
else: