Re: Minimal Linux system to run Python

2007-04-14 Thread Adonis Vargas
Chaz Ginger wrote: > I have a need for the minimal Linux system to run Python. Basically I > want the system to boot up and instead of starting up Init/etc. I would > love it to run python (and a python script I have written). > > Before embarking on doing it myself I was wondering if anyone knew

Re: Minimal Linux system to run Python

2007-04-14 Thread half . italian
You basically just want to create a new startup mode, with only the needed modules loaded, and then set the system to boot up into that mode. I messed around with it a bit awhile ago, and managed to modify run-level 3 to accomplish what i wanted. After it had done one part of its thing, a python