Tiny Core Linux
Tiny Core Extensions => TCE Q&A Forum => Topic started by: dsandber on November 06, 2013, 07:32:12 PM
-
I'm trying to get TinyCore to boot as fast as possible on a Raspberry Pi. To that end I've changed onboot.lst to only contain python. I was surprised to see that python depends on a whole lot of other packages, however, such as sqlite3, tk, tcl, Xorg-7.6-lib, fontconfig, ...
Why does python depend on all these graphics related libraries? Is there any way to work around these dependencies? I'm running the Pi headless so I don't need anything related to graphics.
Thanks!
-Dan
-
Hi dsandber
From the python info file for the x86 version in TC4.x:
2009/08/26 Built with openssl, sqlite, and tk support
-
I'm trying to get TinyCore to boot as fast as possible on a Raspberry Pi. To that end I've changed onboot.lst to only contain python. I was surprised to see that python depends on a whole lot of other packages, however, such as sqlite3, tk, tcl, Xorg-7.6-lib, fontconfig, ...
Why does python depend on all these graphics related libraries? Is there any way to work around these dependencies? I'm running the Pi headless so I don't need anything related to graphics.
Thanks!
-Dan
Please try piCore 5.0alpha tcl/tx, Xorg, ... are not in the dep list. Sqlite3 is, as it is small and generally used.