Linux – make a linux “from scratch” using package manager

linuxpackagingsystem-installation

Is there an easy way yet to make a linux system "from scratch" using a package manager like pacman, dpkg, etc.?

For example, something with which you can just say you want a working computer system with the python and perl packages, and then you get an installer (or filesystem image, or the like) with everything needed for those programs to run (the dependencies of the packages, and things needed to run programs at all)?

Best Answer

I recommend going through these links:

They discuss installation of LFS ("Linux From Scratch") using either DIY package manager using symlinks, or mature package management systems like RPM.

Related Question