Tiny Core Linux

Tiny Core Base => TCB Q&A Forum => Topic started by: phillips1012 on June 30, 2013, 09:25:31 PM

Title: How would I go about creating my own repository for an OS I am making?
Post by: phillips1012 on June 30, 2013, 09:25:31 PM
Right now I am experimenting with making linux operating systems, and I want to make a repository for one. I have a webserver and I can put files on it, so how do I do set a TCL repository up?
Title: Re: How would I go about creating my own repository for an OS I am making?
Post by: Rich on June 30, 2013, 10:14:06 PM
Hi phillips1012
Edit the  /opt/tcemirror  file to point to your website. Extensions should probably be placed under  4.x/x86/tcz/  on
your site.
Title: Re: How would I go about creating my own repository for an OS I am making?
Post by: phillips1012 on June 30, 2013, 10:45:59 PM
Thanks. It worked out fine. I wasn't expecting it to be that simple.
Title: Re: How would I go about creating my own repository for an OS I am making?
Post by: Rich on June 30, 2013, 10:56:05 PM
Hi phillips1012
You're welcome. You aren't planning on downloading the entire repository, are you?
Title: Re: How would I go about creating my own repository for an OS I am making?
Post by: phillips1012 on July 01, 2013, 12:12:44 AM
Only the stuff I need to not have to rely on the original repositories. (sorry if I'm kind of dossing you guys)
Title: Re: How would I go about creating my own repository for an OS I am making?
Post by: Rich on July 01, 2013, 12:23:44 AM
Hi phillips1012
If you are planning on compiling any packages yourself,   compiletc.tcz  provides you with a proper tool chain.
Title: Re: How would I go about creating my own repository for an OS I am making?
Post by: curaga on July 01, 2013, 05:46:02 AM
IIRC there's a wiki page on this.