Ignore:
Timestamp:
06/11/2020 03:13:43 AM (4 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, 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:
aefc822
Parents:
bc8cca5
Message:

Update initial Chapter 7 pages for cross2 branch

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter07/chroot.xml

    rbc8cca5 r387a32af  
    1111  <title>Entering the Chroot Environment</title>
    1212
    13   <para>Now that all the packages which depend on themselves for being built
    14   are on the system, it is time to enter the chroot environment to finish
    15   installing the remaining temporary tools. This environment will be in use
    16   also for installing the final system. As user <systemitem
     13  <para>Now that all the packages which are required to build the rest of the
     14  needed tools are on the system, it is time to enter the chroot environment to
     15  finish installing the remaining temporary tools. This environment will be in
     16  use also for installing the final system. As user <systemitem
    1717  class="username">root</systemitem>, run the following command to enter the
    18   realm that is, at the moment, populated with only the temporary tools:</para>
     18  environment that is, at the moment, populated with only the temporary
     19  tools:</para>
    1920
    20 <screen role="nodump"><userinput>chroot "$LFS" /usr/bin/env -i \
     21<screen role="nodump"><userinput>chroot "$LFS" /usr/bin/env -i   \
    2122    HOME=/root                  \
    2223    TERM="$TERM"                \
     
    3233  variable inside chroot to the same value as outside chroot. This variable is
    3334  needed for programs like <command>vim</command> and <command>less</command>
    34   to operate properly.  If other variables are needed, such as
     35  to operate properly.  If other variables are desired, such as
    3536  <envar>CFLAGS</envar> or <envar>CXXFLAGS</envar>, this is a good place to set
    3637  them again.</para>
    3738
    3839  <para>From this point on, there is no need to use the
    39   <envar>LFS</envar> variable anymore, because all work will be restricted
     40  <envar>LFS</envar> variable anymore because all work will be restricted
    4041  to the LFS file system.  This is because the Bash shell is told that
    4142  <filename class="directory">$LFS</filename> is now the root
     
    4344
    4445  <para>Notice that <filename class="directory">/tools/bin</filename> is not
    45   anymore in the <envar>PATH</envar>. This means that a temporary tool will no longer be
     46  in the <envar>PATH</envar>. This means that a temporary tool will no longer be
    4647  used once its final version is installed. This occurs when the shell does not
    4748  <quote>remember</quote> the locations of executed binaries&mdash;for this
Note: See TracChangeset for help on using the changeset viewer.