Building Light weight Distro


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Building Light weight Distro
# 1  
Old 05-27-2013
Linux Building Light weight Distro

Don't know whether this is right category for this question. I request please consider it and advice correct cotegory if required. Here goes my question.
I want to build a distribution using debian/ubuntu. Currently i'm refering LinuxFromScratch.org, which is asking me a space for around 10gb. I know a distribution slitaz (SliTaz GNU/Linux (en)) which is merely of 35mb in size.
My question is how can we build such a light distribution when just kernel comes in 50+mb.
Please let me know about any resource that will guide me for building a light distribution. I want to have minimum number of package.
# 2  
Old 05-27-2013
No need to make your own, there are lots and lots of 'light' distributions. You could check out 'Damn Small Linux' for example, it boasts being small enough to run from pendrive and booting in 16MB of RAM.

Problem is, 'light' is not quite so light when you throw in an X server and window manager, particularly Windows-alikes such as KDE or Gnome.
# 3  
Old 05-27-2013
Quote:
Originally Posted by kg_gaurav
My question is how can we build such a light distribution when just kernel comes in 50+mb.
The kernel is not 50 megabytes, more like 5.

If the kernel is built with every possible device driver that's an awful lot of modules, but 50 megabytes still seems like an awful lot. Don't mistake the source code for the kernel itself -- you don't need the .c files to make the system boot. A light distro just gives you the binary part.
# 4  
Old 06-14-2013
all right then once i downloaded kernel source and wanna compile it. mean just wanna get binary. what should i do?
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. Solaris

How to simulate light weight process (LWP)?

Hello, We had a problem on a Solaris system (SunOS 5.10) that hit LWP limit and caused fork 11 error. Now we need to come up with a script to simulate and reproduce that scenario. What would be a simple and valid way to generate lots of Light Weight Processes? Thanks, Jay (1 Reply)
Discussion started by: seafan
1 Replies

2. Infrastructure Monitoring

Light-weight alternative to `df` (without SNMP)

Overview: I'm looking for a way to get usage data for all mount points (UFS,VxFS & NFS) on a Solaris system. I'm starting with `df` but would like to find something that might be more light-weight. Background: Using SNMP is not an option in this case, instead I need to use basic built-in... (2 Replies)
Discussion started by: seg
2 Replies
Login or Register to Ask a Question