Changeset b1c68c7
- Timestamp:
- 11/26/2022 11:30:11 PM (22 months ago)
- Branches:
- multilib, xry111/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. - Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter04/creatingminlayout.xml
r43063fe rb1c68c7 9 9 <?dbhtml filename="creatingminlayout.html"?> 10 10 11 <title>Creating a limited directory layout in LFS filesystem</title>11 <title>Creating a Limited Directory Layout in the LFS Filesystem</title> 12 12 13 13 <para>In this section, we begin populating the LFS filesystem with the … … 47 47 <screen><userinput>mkdir -pv $LFS/tools</userinput></screen> 48 48 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 49 61 </sect1> -
chapter07/creatingdirs.xml
r43063fe rb1c68c7 72 72 directories, if you wish. </para> 73 73 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 74 85 </sect2> 75 86
Note:
See TracChangeset
for help on using the changeset viewer.