Changeset 7d7f246


Ignore:
Timestamp:
02/26/2022 04:01:39 PM (2 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/clfs-ng
Children:
b2f01e8c
Parents:
cb518e0
git-author:
Xi Ruoyao <xry111@…> (02/19/2022 05:22:29 AM)
git-committer:
Xi Ruoyao <xry111@…> (02/26/2022 04:01:39 PM)
Message:

cross-ng: adjust "How to build LFS" page for cross build

We'd explain "chroot environment" here, instead of performing
find-n-replace everywhere.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter01/how.xml

    rcb518e0 r7d7f246  
    99  <?dbhtml filename="how.html"?>
    1010
    11   <title>How to Build an LFS System</title>
     11  <title>How to Cross Build an LFS System</title>
    1212
    1313  <para>The LFS system will be built by using an already installed
    14   Linux distribution (such as Debian, OpenMandriva, Fedora, or openSUSE). This
    15   existing Linux system (the host) will be used as a starting point to
     14  UNIX-like system (such as Debian Linux or Mac OS X). This
     15  existing UNIX-like system (the host) will be used as a starting point to
    1616  provide necessary programs, including a compiler, linker, and shell,
    1717  to build the new system. Select the <quote>development</quote> option
     
    5454  cross-compile basic utilities using the just built cross-toolchain.</para>
    5555
    56   <para><xref linkend="chapter-chroot-temporary-tools"/> then enters a
    57   "chroot" environment and uses the previously built tools to build
    58   the additional tools needed to build and test the final system.</para>
     56  <para><xref linkend="chapter-chroot-temporary-tools"/> then boots the
     57  minimal Linux environment on the target machine and uses the previously
     58  built tools to build the additional tools needed to build and test the
     59  final system.  Note that in the book the minimal Linux environment may be
     60  referred as <quote>chroot environment</quote> only to keep the consistency
     61  with the original LFS book.</para>
    5962
    6063  <para>This effort to isolate the new system from the host distribution may
     
    6366
    6467  <para>In <xref linkend="chapter-building-system"/>, The
    65   full LFS system is built. Another advantage provided by the chroot
    66   environment is that it allows you to continue using the host system
    67   while LFS is being built. While waiting for package compilations to
    68   complete, you can continue using your computer as normal.</para>
     68  full LFS system is built.</para>
    6969
    7070  <para>To finish the installation, the basic system configuration is set up in
Note: See TracChangeset for help on using the changeset viewer.