>>>>> "ED" == Eric Doutreleau <Eric.Doutreleau@xxxxxxxxxxx> writes: ED> Then does someone know how i can force the installtion of the zlib ED> package before the installation of the fonts packages? In 7.2 at least, you can build a pkgorder file and then use it when running genhdlist. It's supposed to work the same in 7.1, but I don't recall if I ever got it to work. The script I use to rebuild things after adding or updating packages is: #!/bin/bash /usr/lib/anaconda-runtime/genhdlist --fileorder /usr/local/redhat-7.2/pkgorder /usr/local/redhat-7.2 PYTHONPATH=/usr/lib/anaconda /usr/lib/anaconda-runtime/pkgorder /usr/local/redhat-7.2 i386 > /usr/local/redhat-7.2/pkgorder /usr/lib/anaconda-runtime/genhdlist --fileorder /usr/local/redhat-7.2/pkgorder /usr/local/redhat-7.2 I've found that you have to run genhdlist twice. You need the anaconda-runtime package installed to get the necessary programs. - J<