dstude
Group: Members
Posts: 2
Joined: Jan. 2006 |
|
Posted: Feb. 02 2006,20:03 |
|
Been looking about the forums and tinkering with DSL (2.1) lately, as I'd like to accomplish the following:
Remaster a DSL image that will serve as an "unattended" server located far, far away from me. I want it so that someone can put one of my premade CDs in the drive and away it goes. I'll have benefit of an available hard drive to store a "cache" copy to boot, but my goal is to make it so that this drive isn't at all necessary to boot and run.
Here's the fun part.
Due to interesting software requirements - python, asterisk, gcc and probably more - I would like to be able to get gcc on there (probably self-compiled) and then all the dependencies downwind of that so that I can compile this all, myself.
Due to the fact that there's no compiler by default in DSL, I've thought up the following way to do this:
I'll remaster a DSL CD with all necessary sources and the myDSL extension that has GCC and make and so on. I will then modify the startup scripts to compile everything, then configure everything.
Much easier said than done, and I'm kind of at a loss as to how I'll create this "cache" copy (and make it so that I don't need to recompile upon EVERY boot).
So, if anyone has any thoughts about this strategy and could fill in the blanks, I'd be much obliged.
Thanks,
Dave
|