summaryrefslogtreecommitdiffstats
path: root/pyanaconda/installclass.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2012-05-08 14:59:21 -0400
committerChris Lumens <clumens@redhat.com>2012-05-08 14:59:21 -0400
commit9f1f44f5a4801fc96a65f228a0d1f1c03ede9bcf (patch)
treea4e9b3fedbaad48ded7ce886136053d541ce37dc /pyanaconda/installclass.py
parentc0485cbbe870cb24adf037b3cdbcac1fd3d57586 (diff)
downloadanaconda-9f1f44f5a4801fc96a65f228a0d1f1c03ede9bcf.tar.gz
anaconda-9f1f44f5a4801fc96a65f228a0d1f1c03ede9bcf.tar.xz
anaconda-9f1f44f5a4801fc96a65f228a0d1f1c03ede9bcf.zip
Run kickstart %post scripts at the end of installation.
Certain portions of the install are now implemented as kickstart scripts, so they need to start being run.
Diffstat (limited to 'pyanaconda/installclass.py')
-rw-r--r--pyanaconda/installclass.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pyanaconda/installclass.py b/pyanaconda/installclass.py
index 7940051d9..7e8aca125 100644
--- a/pyanaconda/installclass.py
+++ b/pyanaconda/installclass.py
@@ -115,7 +115,6 @@ class BaseInstallClass(object):
"firstboot",
"instbootloader",
"dopostaction",
- "postscripts",
"methodcomplete",
"complete"
)