Susant Padhi wrote:
Hi All,
I am looking for customized Fedora core CD which have only Minimum
packages with my own packages. My RPM are depends on some Fedora RPMS,
so I want to install this RPM at the last after install all other RPMS.
Please help me how do i do that.
Thankx in advance
Regards
Susant
Hello -
You can put a Requires: clause in your RPMs and require that other
software be installed before yours. Then after you have ran pkgorder,
your software will appear somewhere towards the end.
Maybe I've just been lucky, but sometimes I can just add my RPM to the
end of my pkgorder file, and then run genhdlist. Maybe this will work
for you, as well.
Thanks
-dant