On Thu, 11 Nov 2004 15:55:28 -0800 (PST), Scott Dowdle wrote:
>Here's what I do:
>
>1) Copy FC3 install directory tree from DVD to hard drive
>2) Replace outdated packages with updates
>3) Run genhdlist to make it a workable NFS install tree
>
>Prior to FC3 I just ran:
>
>/usr/lib/anaconda-runtime/genhdlist /path/to/install/tree
...
>Could you please give me more info about --fileorder and tell me what
>worked for you?
Here is what worked for me:
setenv PYTHONPATH /usr/lib/anaconda
/usr/lib/anaconda-runtime/pkgorder /big/FC3 i386 Fedora > /tmp/pkglist
sudo /usr/lib/anaconda-runtime/genhdlist --fileorder /tmp/pkglist
--withnumbers --productpath Fedora /big/FC3
/big/FC3 is the location of the FC3 DVD.