Changeset b1c68c7


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

Files:
2 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>
  • chapter07/creatingdirs.xml

    r43063fe rb1c68c7  
    7272    directories, if you wish.  </para>
    7373
     74  <warning>
     75    <para>
     76      The FHS does not mandate the existence of the directory
     77      <filename class="directory">/usr/lib64</filename>, and the LFS editors
     78      have decided not to use it. For the instructions in LFS and BLFS to work correctly,
     79      it is imperative that this directory be non-existent. From time to time you should
     80      verify that it does not exist, because it is easy to create it
     81      inadvertently, and this will probably break your system.
     82    </para>
     83  </warning>
     84
    7485  </sect2>
    7586
Note: See TracChangeset for help on using the changeset viewer.