On Sat, 1 Jun 2013 15:13:50 +0100 James Heather j.heather@surrey.ac.uk wrote:
- I have a few rpms of my own i would like to include in the
LiveCD. How can this be done? Are there examples somewhere that I could look at?
That's easy. Just take your rpms and put them in a web accessible directory, cd to that directory and run "createrepo .". Of course you need to have createrepo installed for that to work. Then just add a reference for your new repo in your kickstart file just like your other repos... and then add your packages to your package list. If you don't have a webserver handy you can do it on the same system with a file:// reference I think.
Yes, I do this with local files. The RPMs are in /usr/local/share/localrepo, and I've run createrepo on that directory. The kickstart file contains this:
repo --name="Local bits" --baseurl=file:///usr/local/share/localrepo/
Thanks! I will try this. Maybe I did not "createrepo" correctly. I will try it again.
James
-- livecd mailing list livecd@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/livecd