We are still actively working on the spam issue.

Difference between revisions of "Linux From Scratch"

From InstallGentoo Wiki
Jump to: navigation, search
m (category:distros, un-dead-ended, links to appropriate websites)
m (fixed interwiki links)
 
Line 4: Line 4:
  
 
==External Links==
 
==External Links==
[http://www.linuxfromscratch.org/ Official Website]
+
*[http://www.linuxfromscratch.org/ Official Website]
 +
*[[Wikipedia:Linux_from_scratch]]
 +
*[http://distrowatch.com/table.php?distribution=lfs DistroWatch Entry]
  
[https://en.wikipedia.org/wiki/Linux_from_scratch Wikipedia Entry]
 
 
[http://distrowatch.com/table.php?distribution=lfs DistroWatch Entry]
 
 
[[Category:GNU/Linux]]
 
[[Category:GNU/Linux]]
 
[[Category:Distros]]
 
[[Category:Distros]]

Latest revision as of 06:36, 11 March 2016

Linux From Scratch is not a distribution in the traditional sense. It is a project documenting how to build your own installation from source. As such, the degree of control afforded is unparalleled. Obviously, such an endeavour is not for the novice, or the faint of heart. This type of Linux installation is more complex than Arch or Gentoo, even though experience with either (or both) would greatly benefit the attempting user. If one was to think of LFS within the distro paradigm, it would be a "source based" distro, in that every package is compiled from source with a minimal set of patches, giving it a very close feel to upstream.

The core LFS book itself teaches little more than compiling a base system, comparable to barebones Debian or Arch. For expanding the system with X and other custom packages, the BLFS (Beyond Linux From Scratch) book would benefit the user. There are several other variants of LFS, such as CLFS and ELFS, both of which are tailored to custom embedded/non-x86[_64] systems but can be compiled just the same as LFS.

External Links