On Mon, 2004-04-26 at 14:48, Chan, Dominic wrote: > OK, just make sure my syntax is correct; my RedHat Enterprise > installation path is at /var/LZ. > > I left comps.xml the way it is > > I ran the pkgorder as follow > > PYTHONPATH=/usr/lib/anaconda /usr/lib/anaconda-runtime/pkgorder /var/LZ/ > i386 RedHat > /var/LZ/pkgfile > > It took few minutes to generate, and then I cd to /var/LZ and run the > following to update my hdlist and hdlist2 > > /usr/lib/anaconda-runtime/genhdlist --withnumbers --hdlist hdlist > /var/LZ/ This should be: /usr/lib/anaconda-runtime/genhdlist --withnumbers --hdlist hdlist --fileorder /var/LZ/pkgfile /var/LZ/ Forrest