LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Creating own linux (https://www.linuxquestions.org/questions/linux-newbie-8/creating-own-linux-816260/)

cweigle 06-24-2010 11:37 PM

Creating own linux
 
Okay, I'm both experienced linux user and complete newbie. I just wanted to know if its possible to have a completely self built computer using only the kernel and a desktop environment, and compiling all the other programs I wish to use.

schnauzer93 06-24-2010 11:52 PM

Try giving http://www.linuxfromscratch.org/ a look.

cweigle 06-25-2010 02:38 AM

I don't mean LFS. What I mean is could use a computer with only the kernel and a desktop, no other programs until i compile them for it?

kumar.manoj412 06-25-2010 02:54 AM

Quote:

Originally Posted by cweigle (Post 4014442)
I don't mean LFS. What I mean is could use a computer with only the kernel and a desktop, no other programs until i compile them for it?

If you want to run your desktop then you will need lots of other packages and libraries. To run your Desktop as a standalone program you will need to compile the whole Desktop as a static binary (I think its practically impossible). I think you must try LFS first then you will have a complete idea of Operating system files, library etc.

Aquarius_Girl 06-25-2010 02:59 AM

cweigle

You can try Arch Linux, and see the following link too:
http://wiki.archlinux.org/index.php/...y#User-centric

knudfl 06-25-2010 07:35 AM

Quote:

... could use a computer with only the kernel and a desktop,
no other programs until i compile them for it.
It is the other way round : A typical Desktop has up to 600
dependencies + all X . Check with any Linux.
Example : # yum remove gtk* xorg*
And you will be asked if you want to remove all the 600
packages, that depend on gtk, etc. etc.
..

vishesh 06-25-2010 08:30 AM

Many package are needed for run a application. So for desktop as well but if you want a fast linux with only desktop a similar sort of small application and other packages installed on the need basic, you can go for puppy linux and other similar distro.

Thanks

dakoder 06-25-2010 08:38 AM

Quote:

Originally Posted by cweigle (Post 4014340)
Okay, I'm both experienced linux user and complete newbie. I just wanted to know if its possible to have a completely self built computer using only the kernel and a desktop environment, and compiling all the other programs I wish to use.


Not sure what you mean but if you want simplicity and a minimal linux have a look at tinycorelinux
http://tinycorelinux.com/concepts.html


graham

jefro 06-25-2010 04:15 PM

I am pretty sure LFS was the correct answer. If you wish you could look at how one builds a Gentoo system.

http://www.gentoo.org/main/en/about.xml


All times are GMT -5. The time now is 12:18 AM.