I just tried to get Redhat 7.1 kickstart working, and I get this error: Traceback (innermost last): File "/usr/bin/anaconda", line 520, in ? intf.run(todo, test = test) File "/var/tmp/anaconda-7.1//usr/lib/anaconda/text.py", line 1126, in run rc = apply (step[1](), args) File "/var/tmp/anaconda-7.1//usr/lib/anaconda/text.py", line 551, in __call__ if todo.doInstall (): File "/var/tmp/anaconda-7.1//usr/lib/anaconda/todo.py", line 1773, in doInstall self.method.mergeFullHeaders(self.hdList) File "/var/tmp/anaconda-7.1//usr/lib/anaconda/image.py", line 26, in mergeFullHeaders hdlist.mergeFullHeaders(self.tree + "/RedHat/base/hdlist2") File "/var/tmp/anaconda-7.1//usr/lib/anaconda/comps.py", line 123, in mergeFullHeaders rpm.mergeHeaderListFromFD(self.hdlist, fd, 1000004) rpm.error: match tag missing in new header Local variables in innermost frame: self: <comps.HeaderListFromFile instance at 8272630> file: /mnt/source/./RedHat/base/hdlist2 fd: 16 ... I thought it might have something to do with hdlist2. I noticed that it had not been changed (although hdlist was changed when I ran genhdlist). I tried ./genhdlist --withnumbers ./redhat-7.1-cd, which updated hdlist2, but I keep getting this error. Does anyone have any suggestions? Forrest