From: Jesse Subject: Rhum for fc3 Date: November 26, 2004 2:39:11 PM EST To: Heya Nick, I've been using your script since rh9 and I really like how it works. In FC3 some things have changed. Anaconda used to do the package-sort for you, and now this stage has been moved into the genhdlist stage. So no the following step needs to happen otherwise the install will just abort. I'm not very good at perl at all so I just do this after your script runs for now. Just thought I would let you know about the changes. Also, you will need the anaconda package installed for these commands. My final working routine: BASE=/home/websites/fc3 /usr/lib/anaconda-runtime/genhdlist --productpath Fedora $BASE PYTHONPATH=/usr/lib/anaconda /usr/lib/anaconda-runtime/pkgorder $BASE i386 > /tmp/fc3.pkgorder /usr/lib/anaconda-runtime/genhdlist --withnumbers --fileorder /tmp/fc3.pkgorder --productpath Fedora $BASE --jesse