> > 2. 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/

James

--
livecd mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/livecd

Reply via email to