Can someone guide me how I can create a custom linux system in the easiest way? I would like to add programs and libraries of my choice on top of a base platform and offer it for free for download.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is a difference between starting your distro vs. using libs/apps you need on top of base platform.
For the later look at gentoo, archlinux or lfs. The first two provide you a bare minimum 50mB core and a solid package manager. Then you can add apps of your choice on top of it. With gentoo you can also compile each of your package with your preffered choice of compile options.