2001-01-24 00:31:17 +00:00
|
|
|
<sect1 id="ch01-intro">
|
|
|
|
<title>Introduction</title>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
Having used a number of different Linux distributions, I was never fully
|
|
|
|
satisfied with any of those. I didn't like the way the bootscripts were
|
|
|
|
arranged, or I didn't like the way certain programs were configured by
|
2001-03-15 16:12:15 +00:00
|
|
|
default, and more of those things. I came to realize that when I want to
|
2001-01-24 00:31:17 +00:00
|
|
|
be totally satisfied with a Linux system, I have to build my own Linux
|
2001-03-15 16:12:15 +00:00
|
|
|
system from scratch, ideally using only the source code. Not using
|
|
|
|
precompiled packages of any kind. No help from some sort of CD-ROM or
|
2001-03-16 17:52:55 +00:00
|
|
|
bootdisk that would install some basic utilities. I would use my current
|
|
|
|
Linux system and use that one to build my own.
|
2001-01-24 00:31:17 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
<para>
|
2001-03-15 16:12:15 +00:00
|
|
|
This, at one time, wild idea seemed very difficult and, at times, almost
|
2001-01-24 00:31:17 +00:00
|
|
|
impossible. The reason for most problems were due to my lack of knowledge
|
|
|
|
about certain programs and procedures. After sorting out all kinds of
|
2001-03-15 16:12:15 +00:00
|
|
|
dependency problems, compilation problems, etcetera, a custom-built Linux
|
2001-01-24 00:31:17 +00:00
|
|
|
system was created and fully operational. I called this system an LFS
|
2001-03-15 16:12:15 +00:00
|
|
|
system, which stands for Linux From Scratch.
|
2001-01-24 00:31:17 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
</sect1>
|
|
|
|
|