Easy step to setup Fedora Core 9 Repository
After you have installed Fedora core, it’s time to setup Fedora Repository
# mkdir /sources
# mkdir /sources/fc9
Assume that your Fedora9 DVD is at /media/FC9/Packages
Please note, all you need is only the Packages folder that contains all of RPMS files.
# cd /media/FC9/Packages
# cp -v * /sources/fc9/
# cd /sources/fc9/ && rpm -ivh createrepo*
# createrepo /sources/fc9
At this step, please wait several minute for system to list all files.