I am trying to build a merged NFS image which includes current updates. I merge the RPMS and then use /usr/lib/anaconda-runtime/genhdlist --hdlist /tmp/hdlist /mnt/redhat/redhat-7.1/i386 to rebuild hdlist and hdlist2 for i386/RedHat/base This results in a message during install something like: Warning - not all packages in hdlist had order tag The source to genhdlist (in anaconda-runtime) indicates an option --fileorder but I think it needs to read a file from somewhere. (Attempting to use it with an empty file using: /usr/lib/anaconda-runtime/genhdlist --hdlist /tmp/hdlist --fileorder /tmp/H /mnt/redhat/redhat-7.1/i386 results in different hdlist & hdlist2 files). Installs from both types give the warning and both seem to have succeeded. Does this matter? Paul Quare