Description of problem: Running a kickstart install gives traceback from anaconda. Version-Release number of selected component (if applicable): Current rawhide How reproducible: Every time Steps to Reproduce: 1. Run a kickstart install 2. 3. Actual results: Traceback from Anaconda, finishing with (copied by hand): if os.environ["LANG"].find("UTF") != -1 or os.environ["LANG"].find("utf") != -1 File "/usr/lib/python2.5/UserDict.py, line 22, in __getitem__ raise KeyError(key) KeyError: 'LANG' Expected results: Rawhide is installed. Additional info: Kickstart file contains: lang en_GB.UTF-8 This worked fine with the F7 test4 install. I have also tried with: lang en_GB and it gives the same error.
Still seems to fail in the same way with todays rawhide that contains anaconda-11.2.0.63-2.i386.rpm. Works fine if I remove the "lang" statement from the kickstart file, except that it prompts me for the language.
This is related to the locale stuff I'm currently looking at...
Will be fixed with rhpl-208
Will try to reproduce this in the morning...
This should be fixed in current rawhide and F7rc2. All of my kickstart-based testing has completed successfully. Please retest and confirm. If the problem persists, feel free to reopen this bug.