Description of problem: Using Kadischi with Anaconda to build Live media for Fedora Core we pass --kickstart=<KS file> to anaconda and Anaconda throws an exception. Here is a short excerpt of what is happenning. ------------------------------------------------- Traceback (most recent call last): File "/usr/sbin/anaconda", line 680, in ? missingIncludeIsFatal=False) TypeError: __init__() got an unexpected keyword argument 'missingIncludeIsFatal' ------------------------------------------------- Version-Release number of selected component (if applicable): 10.92.14-1 How reproducible: Run Kadischi with --kickstart and -C for no prompt only console mode. Steps to Reproduce: 1. Run Anaconda under Kadischi with --kickstart and -C 2. Exception occurs 3. Actual results: Exception occurs. Expected results: Should install and build a LiveCD with minimal prompting and/or user interaction. Additional info: No additional information at this time.
What version of pykickstart are you using?
pykickstart-0.20-1 I went ahead and checked for an update in devel and pykickstart-0.22-1 does not show this same behavior. I was unaware kickstart was handled externally. Thanks.