Changeset 38311c3 for chapter04/creatingminlayout.xml
- Timestamp:
- 12/01/2022 11:41:14 PM (22 months ago)
- Branches:
- 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 12.2, 12.2-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/loongarch-12.2, xry111/mips64el, xry111/multilib, 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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter04/creatingminlayout.xml
r82e98d0 r38311c3 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 … … 40 40 <screen><userinput>mkdir -pv $LFS/tools</userinput></screen> 41 41 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 42 54 </sect1>
Note:
See TracChangeset
for help on using the changeset viewer.