diff options
Diffstat (limited to 'anaconda')
-rwxr-xr-x | anaconda | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) |