-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·53 lines (38 loc) · 2.13 KB
/
Copy pathindex.html
File metadata and controls
executable file
·53 lines (38 loc) · 2.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!--#set var="pageTitle" value="Welcome to Linux From Scratch!" -->
<!--#include virtual="header.html" -->
<!--#include virtual="menu.html" -->
<div class="main">
<h1>Welcome to Linux From Scratch!</h1>
<p>Linux From Scratch (LFS) is a project that provides you with
step-by-step instructions for building your own custom Linux system,
entirely from source code.
</p>
<p>Currently, the Linux From Scratch organization consists of the following
subprojects:
</p>
<ul id="subs">
<li><a href="lfs/">LFS</a> :: Linux From Scratch is the main book, the
base from which all other projects are derived.</li>
<li><a href="blfs/">BLFS</a> :: Beyond Linux From Scratch helps you
extend your finished LFS installation into a more customized and usable
system.</li>
<li><a href="alfs/">ALFS</a> :: Automated Linux From Scratch provides
tools for automating and managing LFS and BLFS builds.</li>
<li><a href="mlfs/">MLFS</a> :: Multilib Linux From Scratch is a variant
of LFS which sets up an LFS system that is able to build and execute
32-bit binaries.</li>
<li><a href="glfs/">GLFS</a> :: Gaming Linux From Scratch is based on
BLFS and helps you install gaming support software like Steam or Wine
on a new LFS or MLFS system.</li>
<li><a href="slfs/">SLFS</a> :: Supplemental Linux From Scratch
supplements an LFS installation beyond BLFS.</li>
<li><a href="hints/">Hints</a> :: The Hints project is a collection of
documents that explain how to enhance your LFS system in ways that are
not included in the LFS or BLFS books.</li>
<li><a href="patches/">Patches</a> :: The Patches project serves as a
central repository for all patches useful to an LFS user.</li>
<li><a href="lfs/LFS-EDITORS-GUIDE.html">LFS Editor's Guide</a> :: A document that
describes the LFS development process.</li>
<li><a href="museum/">Museum</a> :: Copies of ancient LFS and BLFS versions.</li>
</ul>
<!--#include virtual="/common/footer.html" -->