Ignore:
Timestamp:
11/26/2022 11:30:11 PM (17 months ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib
Children:
cabb60df
Parents:
43063fe (diff), da6e70f (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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter04/creatingminlayout.xml

    r43063fe rb1c68c7  
    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
     
    4747<screen><userinput>mkdir -pv $LFS/tools</userinput></screen>
    4848
     49  <note>
     50    <para>
     51      The LFS editors have deliberately decided not to use a
     52      <filename class="directory">/usr/lib64</filename> directory.  Several
     53      steps are taken to be sure the toolchain will not use it. If for any
     54      reason this directory appears (either because you made an error in
     55      following the instructions, or because you installed a binary package that
     56      created it after finishing LFS), it may break your system.
     57      You should always be sure this directory does not exist.
     58    </para>
     59  </note>
     60
    4961</sect1>
Note: See TracChangeset for help on using the changeset viewer.