Ignore:
Timestamp:
12/01/2022 11:41:14 PM (17 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/update-glibc
Children:
a1bc9df, cabb60df
Parents:
82e98d0 (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:

Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter04/creatingminlayout.xml

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