Changeset fa2f5ad


Ignore:
Timestamp:
08/17/2004 10:22:40 PM (20 years ago)
Author:
Gerard Beekmans <gerard@…>
Branches:
6.0
Children:
3bb2e88
Parents:
24a08b9
Message:

Updated the foreword section (combined the last two incarnations into one)

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4041 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • prologue/foreword.xml

    r24a08b9 rfa2f5ad  
    88<?dbhtml filename="foreword.html"?>
    99
    10 <para>Six years ago I embarked on the adventure known as Linux. I did
    11 what most you guys have done: download a distribution, install it, and
    12 work with it for a while. Then you don't quite like it and you hear
    13 about a different distribution that is supposed to be great and fix
    14 everything your current distribution does wrong. So you try that new
    15 distribution out for a while. You may even repeat that same cycle a
    16 few times.</para>
     10<para>My adventures in Linux began six years ago when I downloaded and
     11installed my first distribution. After working with it for awhile, I
     12discovered issues I definitely would have liked to see improved upon.
     13For example, I didn't like the arrangement of the bootscripts, the way
     14programs were configured by default. I tried a number of alternate
     15distributions to address these issues, yet each had it pros and cons.
     16Finally, I realized that if I wanted full satisfaction from my Linux
     17system, I would have to build my own system from scratch.</para>
    1718
    18 <para>After you have tried out a number of different distributions,
    19 you find that each has its strengths and weaknesses, but you can't
    20 seem to find that one system that brings you the most satisfaction.
    21 Personally, I came to the conclusion that to be truly satisfied with
    22 my Linux system, I would have to somehow combine those different
    23 systems into one <quote>perfect</quote> Linux system. It would then
    24 have all the strengths from various different systems, without their
    25 weaknesses.  But that surely is an impossible and daunting task. Or is
    26 it?</para>
     19<para>What does this mean? I resolved not to use pre-compiled packages
     20of any kind, nor CD-ROMs or boot disks that would install basic
     21utilities. I would use my current Linux system to develop my own
     22customized system. This <quote>perfect</quote> Linux system would then
     23have the strengths of various systems without their associated
     24weaknesses. In the beginning, the idea was rather daunting, but I
     25remained committed to the idea that a system could be built that would
     26conform to my needs and desires rather than to a standard that just
     27did not fit what I was looking for.</para>
    2728
    28 <para>You can do better than simply combining several distributions
    29 into one.  You can create your own Linux system from scratch.</para>
     29<para>After sorting through issues such as circular dependencies and
     30compile-time errors, I created a custom-built Linux system that was
     31fully operational and suitable to individual needs. This process also
     32allowed me to create compact and streamlined Linux systems which are
     33faster and take up less space than traditional operating systems. I
     34called this system a Linux From Scratch system, or LFS system for
     35short.</para>
    3036
    31 <para>After figuring out things like circular dependencies, compile
    32 time errors and other related issues, a custom built Linux system was
    33 created and fully operational. I called this system a Linux From
    34 Scratch system, or LFS for short. This book will show you how it was
    35 done and how you can create your own LFS system, fully customized to
    36 your own needs and desires.</para>
     37<para>As I shared my goals and experiences with other members of the
     38Linux community, it became apparent that there was sustained interest
     39in the ideas set forth in my Linux adventures. Such custom-built LFS
     40systems not only to meet user specifications and requirements, but
     41also serve as an ideal learning opportunity for programmers and system
     42administrators to enhance their Linux skills. Out of this broadened
     43interest, the Linux From Scratch project was born.</para>
    3744
    38 <para>I hope you will have a great time working on your own LFS!</para>
     45<para>This <emphasis>Linux From Scratch</emphasis> book provides
     46readers with the background and instruction to design and build custom
     47Linux systems. This book highlights the Linux from Scratch project and
     48the benefits of using this system. Users can dictate all aspects of
     49their system, including directory layout, script setup, and security.
     50The resulting system will be compiled straight from the source code,
     51and the user will be able to specify where, why, and how programs are
     52installed. This book allows readers to fully customize Linux systems
     53to their own needs and allows users more control over their
     54system.</para>
     55
     56<para>I hope you will have a great time working on your own LFS
     57system, and enjoy the numerous benefits of having a system that is
     58truly <emphasis>your own</emphasis>.</para>
    3959
    4060<literallayout>--
Note: See TracChangeset for help on using the changeset viewer.