Changeset 353b104 for chapter02


Ignore:
Timestamp:
10/17/2022 10:30:11 PM (2 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
multilib, xry111/multilib
Children:
a8af0c8
Parents:
87f8108 (diff), 294ea05 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Automatic merge of trunk into multilib

Location:
chapter02
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter02/hostreqs.xml

    r87f8108 r353b104  
    8484
    8585      <para>If the host kernel is earlier than &min-kernel; you will need to replace
    86       the kernel with a more up to date version. There are two ways
     86      the kernel with a more up-to-date version. There are two ways
    8787      you can go about this. First, see if your Linux vendor provides a &min-kernel;
    8888      or later kernel package. If so, you may wish to install it. If your
     
    149149
    150150  <para >To see whether your host system has all the appropriate versions, and
    151   the ability to compile programs, run the following:</para>
     151  the ability to compile programs, run the following commands:</para>
    152152
    153153<screen role="nodump"><userinput>cat &gt; version-check.sh &lt;&lt; "EOF"
  • chapter02/stages.xml

    r87f8108 r353b104  
    1313  <para>LFS is designed to be built in one session.  That is, the
    1414  instructions assume that the system will not be shut down
    15   during the process.  That does not mean that the system has to
    16   be done in one sitting.  The issue is that certain procedures
    17   have to be re-accomplished after a reboot if resuming LFS at
     15  during the process.  This does not mean that the system has to
     16  be built in one sitting.  The issue is that certain procedures
     17  must be repeated after a reboot when resuming LFS at
    1818  different points.</para>
    1919
     
    2121  <title>Chapters&nbsp;1&ndash;4</title>
    2222
    23     <para>These chapters are accomplished on the host system.  When
    24     restarting, be careful of the following:</para>
     23    <para>These chapters run commands on the host system.  When
     24    restarting, be certain of one thing:</para>
    2525
    2626    <itemizedlist>
    2727      <listitem>
    28         <para>Procedures done as the
     28        <para>Procedures performed as the
    2929        <systemitem class="username">root</systemitem> user after Section
    30         2.4 need to have the LFS environment variable set
     30        2.4 must have the LFS environment variable set
    3131        <emphasis>FOR THE ROOT USER</emphasis>.</para>
    3232      </listitem>
     
    4545        <para>These two chapters <emphasis>must</emphasis> be done as user
    4646        <systemitem class="username">lfs</systemitem>.
    47         A <command>su - lfs</command> command must be issued before any task in these
     47        A <command>su - lfs</command> command must be issued before performing any task in these
    4848        chapters. If you don't do that, you are at risk of installing packages to the
    4949        host, and potentially rendering it unusable.</para>
     
    5353         <para>The procedures in <xref linkend='ch-tools-generalinstructions'/>
    5454         are critical.  If there is any
    55          doubt about installing a package, ensure any previously expanded
    56          tarballs are removed, then re-extract the package files, and complete all
     55         doubt a package has been installed correctly, ensure the previously expanded
     56         tarball has been removed, then re-extract the package, and complete all
    5757         the instructions in that section.</para>
    5858      </listitem>
     
    7878         <para> When entering chroot, the LFS environment variable must be set
    7979         for <systemitem class="username">root</systemitem>. The LFS
    80          variable is not used after entering the chroot environment.</para>
     80         variable is not used after the chroot environment has been entered.</para>
    8181      </listitem>
    8282
Note: See TracChangeset for help on using the changeset viewer.