Guest
Unregistered
|
|
Posted: May 07 2005,01:55 |
|
I made one of those "Programmer's DSL" remaster containing the following:
gcc, g++, g77, make, coreutils, binutils, findutils, bison, flex, libncurses5-dev, libreadline4-dev, perl, gnuplot
Except for gnuplot, these are the bare essentials that you will need to compile a lot of console-based programs (especially the GNU ones that uses "./config - make - make install"). I added gnuplot because it is needed for plotting in Siag.
All of them were retrieved in one shot by apt-get from the debian testing package using this procedure by clacker:
http://damnsmalllinux.org/cgi-bin....;t=2363
So this procedure created a dsl extension first. Afterwards, use the procedure from the "big remastering thread" by meo to merge this dsl extension with the original KNOPPIX cloop file and create a new one. This produced a remaster that is 80MB with nothing removed from the original.
If you want to cut its size further, just wade through the dependencies and delete those things that you do not need. Example is firefox, which is self-contained in its own folder /usr/local/firefox and is 18MB uncompressed (probably 7MB savings). Then there is gnuplot and the man files of that "programmers dsl" that was included in the 80MB count. Other than these, everything else are small that I doubt if you will be able to reduce the remaster size back to 50MB.
Don't let this discourage you though. The learning process was fun and worth every bit of the effort.
|