On Wed, Nov 05, 2003 at 05:35:16PM -0500, Bill Nottingham wrote: > Milan Kerslager (milan.kerslager@xxxxxxxx) said: > > Also - there is no packages section in Fedora's comps.xml: > > > > http://ftp.linux.cz/pub/linux/fedora/linux/core/1/i386/os/Fedora/base/comps.xml > > > > So where are the dependencies stored now? > > They're computed in the installer. Thank you a lot. I have a problem with creating modified distribution (subset of Fedora, RHEL3, RH9, RawHide and own packages) for kickstart server. FTP installation crash just 20% after "Preparing RPM transaction" (no traceback, only shutting down...) This is what I did: export PYTHONPATH=/usr/lib/anaconda export PATH=$PATH:/usr/lib/anaconda-runtime:/usr/share/comps-extras export BASEDIR=/var/ftp/pub/linux/mydist/i386 # copy RedHat/RPMS/* and RedHat/base/comps.xml to $BASEDIR genhdlist --withnumbers --productpath RedHat $BASEDIR pkgorder $BASEDIR i386 > /tmp/pkgorder.txt getfullcomps.py comps.xml $BASEDIR i386 > /tmp/comps.temp # no error mesage here pushd /usr/lib/anaconda-runtime buildinstall --comp $BASEDIR/HLinux/base/comps.xml \ --pkgorder /tmp/pkgorder.txt --version 1 \ --product "MyDist" --release 1 $BASEDIR # at this point I tryed to install from FTP server via boot.iso splittree.py --arch=i386 --total-discs=6 --bin-discs=3 --src-discs=3 --release-string="HLinux" --pkgorderfile=/tmp/pkgorder.txt --distdir=$BASEDIR --srcdir=$BASEDIR/SRPMS genhdlist --withnumbers $BASEDIR-disc[1..6] -- Milan Kerslager E-mail: milan.kerslager@xxxxxxxx WWW: http://www.pslib.cz/~kerslage/