On Thu, 2004-02-05 at 20:37, Skahan, Vince wrote: > Doesn't a RHCE need to know how to answer those kinds > of questions already ? > > Try looking into 'pkgorder' on Google a bit. > > Here's an example that works, assuming you have your > Redhat9 cd-1 mounted as /mnt/cd1: > > export PYTHONPATH="/usr/lib/anaconda"; \ > /usr/lib/anaconda-runtime/pkgorder /mnt/cd1 i386 > pkgorder only matters when ordering packages into several CD's. What it does is just run a test-transaction with rpm on the package set and record the order. If several installation CD's aren't used, pkgorder is irrelevant - rpm orders the packages for you if you just feed them all simultanously to it. - Panu -