How would I modify the core components of Linux (preferably debian or ubuntu) to make my own distro?

3 Responses to “How would I modify the core components of Linux (preferably debian or ubuntu) to make my own distro?”

Comments

  1. Mike says:

    If you are asking a question of this level, it is highly unlikely that you have the skill to make a bug free distribution of a complex operating system.

  2. Matt Flaschen says:

    This is possible of course. There are already many derivatives of both distributions, and of course Ubuntu is a derivative of Debian. Basically, you would get the source code of the packages you want, modify them, add any extra packages, and rebuild. Then you publish on an apt mirror.

    However, this is making it sound much easier than it is. I agree that you should probably learn more about GNU/Linux before attempting this. Good luck.

  3. Slacker says:

    You can create a Linux distribution (more or less) without knowing how to program. The biggest part is deciding what software you want to include. But knowing how to program is useful for writing tools/scripts for your distribution and fixing bugs. Try to learn some C and python/sh scripting for a start.

    There are tools available to help you create a custom Ubuntu distribution:

    Check out the Linux Mint distribution:

    The main developer uses tools like the ones above to make Mint. But he also writes tools for it called “Mint tools” and even added a software portal and many desktop innovations to Mint.

    Also look at this if you want to build a system from source code:

Share Your Thoughts

You must be logged in to post a comment.