I'm trying to create a custom RH9 CD set. I'm done it before with RH8
and running the splitdistro script, it will always crash if you have sun
jdk rpms.
ie:
j2sdk-1.4.1-fcs
j2re-1.4.2-fcs
Perhaps it has something to do with the way sun has it's version
convention? fcs?
# splitdistro --fileorder /build/pkgorder.txt /rc2_build i386
Traceback (most recent call last):
File "/usr/lib/anaconda-runtime/splitdistro", line 185, in ?
binPkgList.append(packages[pkg])
KeyError: j2sdk-1.4.1-fcs
[root@gds12 rc2_build]# splitdistro --fileorder /build/pkgorder.txt
/build i386
Traceback (most recent call last):
File "/usr/lib/anaconda-runtime/splitdistro", line 185, in ?
binPkgList.append(packages[pkg])
KeyError: j2sdk-1.4.1-fcs
# rpm -q anaconda-runtime
anaconda-runtime-8.0-4
Anyway to get around this?
thanks
steve