From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; chrome://navigator/locale/navigator.properties; rv:1.7.5) Gecko/20041107 Firefox/1.0 Description of problem: When doing a PXE/NFS custom install on an IBM eSeries, the installer crashes after the root password screen (in text mode). Version-Release number of selected component (if applicable): anaconda-10.0-5 How reproducible: Always Steps to Reproduce: 1. Netboot 2. NFS install 3. Basic configuration (diskdruid, root password, etc.) Actual Results: Just after the root password configuration, during the processing of packages information : Traceback (most recent call last) : File "/usr/bin/anaconda", line 1131, in ? intf.run(id, dispatch, configFileData) File "/usr/lib/anaconda/text.py", line 452, in run rc = apply(win, (self.screen, ) + args) File "/usr/lib/anaconda/textw/packages_text.py", line 49, in __call__ (parlist, pardict) = orderPackageGroupes(grpset) File "/usr/lib/anaconda/hdrlist.py", line 942, in orderPackageGroups compsParents = grpset.compsxml.hierarchy.order AttributeError: 'dict' object has non attribute 'order' Additional info:
Created attachment 106791 [details] List of packages in RPMS folder
Created attachment 106792 [details] Corresponding comps.xml file
Not really a bug after all, only a (very) incomplete comps.xml file. Still it would be nice to be notified at an earlier stage ;)