Changeset 35c2fa60 for chapter01/how.xml


Ignore:
Timestamp:
10/04/2003 10:19:10 AM (21 years ago)
Author:
Alex Gronenwoud <alex@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.0, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, v5_0, v5_1, v5_1_1, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
ec0ce9c
Parents:
1e66abe
Message:

More miscellaneous adjustments.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter01/how.xml

    r1e66abe r35c2fa60  
    33<?dbhtml filename="how.html" dir="chapter01"?>
    44
    5 <para>You are going to build your LFS system by using a previously installed
    6 Linux distribution such as Debian, Mandrake, Red Hat, etc. The existing Linux
    7 system (host) will be used as a starting point, because you will need programs
    8 like a compiler, linker, text editor, and other development tools to build the
    9 new system. Ordinarily, the required tools are available by default if you
    10 selected <quote>development</quote> as one of your installation options when
    11 you installed your Linux distribution.</para>
     5<para>You are going to build your LFS system by using a previously installed
     6Linux distribution (such as Debian, Mandrake, Red Hat, or SuSE). This existing
     7Linux system (the host) will be used as a starting point, because you will need
     8programs like a compiler, linker and shell to build the new system. Normally
     9all the required tools are available if you selected <quote>development</quote>
     10as one of the options when you installed your distribution.</para>
    1211
    13 <para>After you have downloaded the packages that make up an LFS system, you
    14 will create a new Linux native partition and filesystem. This new Linux
    15 partition and filesystem is where your new LFS system will be compiled and
    16 installed onto.</para>
     12<para>In Chapter 3 you will first create a new Linux native partition and
     13filesystem, the place where your new LFS system will be compiled and installed.
     14Then in Chapter 4 you download all the packages and patches required to build
     15an LFS system, and store them on the new filesystem.</para>
    1716
    1817<para>Chapter 5 will then discuss the installation of a number of packages that
     
    6968
    7069<para>When all the software from Chapter 6 is installed, the temporary tools
    71 built in Chapter 5 will be removed. Chapters 7, 8 and 9 will finalize the
    72 installation. The bootscripts are setup in Chapter 7, the kernel and boot
    73 loader are setup in Chapter 8 and Chapter 9 has some pointers to help you after
    74 you finish with the book.  Then, finally, you reboot your computer into your
    75 new LFS system.</para>
     70built in Chapter 5 are removed. In Chapters 7, 8 and 9 the installation will
     71then be finalized. The bootscripts are set up in Chapter 7, the kernel and
     72bootloader are set up in Chapter 8, and Chapter 9 has some pointers to help
     73you after you finish the book.  Then, finally, you're ready to reboot your
     74computer into your new LFS system.</para>
    7675
    7776<para>This is the process in a nutshell. Detailed information on the steps you
Note: See TracChangeset for help on using the changeset viewer.