Ignore:
Timestamp:
12/09/2022 07:53:09 AM (17 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/arm64, xry111/arm64-12.0
Children:
ca4faad
Parents:
dfe9593 (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/arm64

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter04/creatingminlayout.xml

    rdfe9593 ra747ea2  
    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
     
    3636<screen><userinput>mkdir -pv $LFS/tools</userinput></screen>
    3737
     38  <note>
     39    <para>
     40      The LFS editors have deliberately decided not to use a
     41      <filename class="directory">/usr/lib64</filename> directory.  Several
     42      steps are taken to be sure the toolchain will not use it. If for any
     43      reason this directory appears (either because you made an error in
     44      following the instructions, or because you installed a binary package that
     45      created it after finishing LFS), it may break your system.
     46      You should always be sure this directory does not exist.
     47    </para>
     48  </note>
     49
    3850</sect1>
Note: See TracChangeset for help on using the changeset viewer.