summaryrefslogtreecommitdiffstats
path: root/installclass.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2007-02-06 15:45:34 +0000
committerChris Lumens <clumens@redhat.com>2007-02-06 15:45:34 +0000
commit74df4e10f7e26a2777d04c0f735b704379dcbd5a (patch)
tree15d0e556e6be1d61b096e0115a12ebefbc181243 /installclass.py
parent4a568c12e2bbcfdfb5420f3eb3f75dacd6388599 (diff)
downloadanaconda-74df4e10f7e26a2777d04c0f735b704379dcbd5a.tar.gz
anaconda-74df4e10f7e26a2777d04c0f735b704379dcbd5a.tar.xz
anaconda-74df4e10f7e26a2777d04c0f735b704379dcbd5a.zip
Add the postscripts step (#227470).
Diffstat (limited to 'installclass.py')
-rw-r--r--installclass.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/installclass.py b/installclass.py
index b821fb32e..2c4daf889 100644
--- a/installclass.py
+++ b/installclass.py
@@ -143,6 +143,7 @@ class BaseInstallClass:
"firstboot",
"instbootloader",
"dopostaction",
+ "postscripts",
"writexconfig",
"writeksconfig",
"methodcomplete",