Changeset 524c5e3 for chapter04


Ignore:
Timestamp:
12/09/2022 07:53:16 AM (22 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/clfs-ng
Children:
f16e611
Parents:
2ef64c4 (diff), 4640b37d (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:

Merge remote-tracking branch 'origin/trunk' into xry111/clfs-ng

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter04/creatingminlayout.xml

    r2ef64c4 r524c5e3  
    99  <?dbhtml filename="creatingminlayout.html"?>
    1010
    11   <title>Creating a limited directory layout in LFS filesystem</title>
     11  <title>Creating a Limited Directory Layout in the LFS Filesystem</title>
    1212
    1313  <para>In this section, we begin populating the LFS filesystem with the
     
    4343<screen><userinput>mkdir -pv $LFS/tools</userinput></screen>
    4444
     45  <note>
     46    <para>
     47      The LFS editors have deliberately decided not to use a
     48      <filename class="directory">/usr/lib64</filename> directory.  Several
     49      steps are taken to be sure the toolchain will not use it. If for any
     50      reason this directory appears (either because you made an error in
     51      following the instructions, or because you installed a binary package that
     52      created it after finishing LFS), it may break your system.
     53      You should always be sure this directory does not exist.
     54    </para>
     55  </note>
     56
    4557</sect1>
Note: See TracChangeset for help on using the changeset viewer.