Building Linux

Asked by ankit

can any one guide me what are the steps of making a new linux using source code of ubuntu.
i basically want to modify source code of ubuntu .
i have not much idea about this .

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu linux-meta Edit question
Assignee:
No assignee Edit question
Solved by:
Shane Fagan
Solved:
Last query:
Last reply:
Revision history for this message
Shane Fagan (shanepatrickfagan) said :
#1
Revision history for this message
Andy Ruddock (andy-ruddock) said :
#2

A Linux distribution consists of a great many parts. The kernel is one part, then there are all the applications and the libraries upon which they depend. On top of this is the system required to keep all the packages, and their correct versions, installed.

What, exactly , is it that you wish to change?

Revision history for this message
Shane Fagan (shanepatrickfagan) said :
#3

If you want to modify the source of ubuntu have a look at
https://wiki.ubuntu.com/UbuntuDevelopment

Revision history for this message
ankit (ankitguptajpr) said :
#4

I Basically Want to use existing kernel and then built it .
From where can i get the complete source code of ubuntu and its documentation(download able format)

Revision history for this message
Best Shane Fagan (shanepatrickfagan) said :
#5

I dont know of anyone who asked this question before. People who want to build their own version generally dont want to be constrained by any distro. Just get what version of the linux kernel and download gnome and the software that you want.

Revision history for this message
Andy Ruddock (andy-ruddock) said :
#6

For a user copy of source :

  apt-get source linux-image-<kernel_version>-generic

you could also

  apt-get install linux-source-2.6.28

Revision history for this message
ankit (ankitguptajpr) said :
#7

Thanks shane fagan, that solved my question.