summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda4
1 files changed, 4 insertions, 0 deletions
diff --git a/anaconda b/anaconda
index 5cc670efe..6518aa785 100755
--- a/anaconda
+++ b/anaconda
@@ -733,6 +733,10 @@ if __name__ == "__main__":
else:
ksdata = kickstart.AnacondaKSHandler(anaconda)
+ # Some post-install parts of anaconda are implemented as kickstart
+ # scripts. Add those to the ksdata now.
+ kickstart.appendPostScripts(ksdata)
+
# now start the interface
setupDisplay(anaconda, opts)