HI
I am trying to make my own red hat 7.2 anaconda cd
I have a lot of new packages to install
I had proceed like this:
-I copied the 2 cd of the redhat 7.2 on my disc
-I copied the cd whith my new packages on my disc
-I changed the comps file (but i'am not sure that i did it very well)
-I erased the old hdlist
-I generated the new hdlist like this:
cd /usr/lib/anaconda-runtime
./genhdlist --withnumbers --hdlist /REDHAT/cd1/Redhat/base/hdlist
/REDHAT/cd1
-I made the buildinstall like this:
cd /usr/lib/anaconda-runtime
./buildinstall /REDHAT/cd1/
-I copied the boot.img file into the images folder like this:
cp /redhatcd/cdrom/images/boot.img /REDHAT/cd1/images
-Then i made my iso images like this:
mkisofs -r -J -T -v -V "Redhat 7.2 LOS" -c boot.cat -b images/boot.img
-o /images-dest/i386-disc.iso /REDHAT/cd1/
-After i burned my iso image
-I boot on the new cd all is allright since the computer look for the
packages
-It failed with this error log:
Traceback (innermost last):
File "/usr/bin/anaconda", line 620, in ?
intf.run(id, dispatch, configFileData)
File "/usr/lib/anaconda/text.py", line 408, in run
dispatch.gotoNext()
File "/usr/lib/anaconda/dispatch.py", line 143, in gotoNext
self.moveStep()
File "/usr/lib/anaconda/dispatch.py", line 208, in moveStep
rc = apply(func, self.bindArgs(args))
File "/usr/lib/anaconda/packages.py", line 106, in readPackages
id.comps = method.readComps(id.hdList)
File "/usr/lib/anaconda/image.py", line 17, in readComps
return ComponentSet(self.tree + '/RedHat/base/comps', hdlist)
File "/usr/lib/anaconda/comps.py", line 795, in __init__
self.readCompsFile(file, self.packages)
File "/usr/lib/anaconda/comps.py", line 558, in readCompsFile
self.expressions[packages[l]] = None
File "/usr/lib/anaconda/comps.py", line 152, in __getitem__
return self.packages[item]
KeyError: caching
I do not understand my error could someone help me?
Thanks a lot
Responding by e-mail is also welcome petzel@xxxxxxxx