Ignore:
Timestamp:
03/31/2021 10:41:40 AM (3 years ago)
Author:
Xℹ Ruoyao <xry111@…>
Branches:
ml-11.0, multilib
Children:
4ea78e0
Parents:
bd1abf6
git-author:
Thomas Trepl <thomas@…> (08/07/2020 07:06:58 AM)
git-committer:
Xℹ Ruoyao <xry111@…> (03/31/2021 10:41:40 AM)
Message:

Merge changes from trunk to multilib

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@12012 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter04/creatingminlayout.xml

    rbd1abf6 r032dc4e8  
    99  <?dbhtml filename="creatingminlayout.html"?>
    1010
    11   <title>Creating the Minimal directory layout in LFS filesystem</title>
     11  <title>Creating a limited directory layout in LFS filesystem</title>
    1212
    13   <para>The first task performed in the LFS partition is to create a minimal
     13  <para>The first task performed in the LFS partition is to create a limited
    1414  directory hierarchy so that programs compiled in <xref
    1515  linkend="chapter-temporary-tools"/> may be installed in their final
     
    2020  <systemitem class="username">root</systemitem>:</para>
    2121
    22 <screen><userinput>mkdir -pv $LFS/{usr,lib,var,etc,bin,sbin}
     22<screen><userinput>mkdir -pv $LFS/{bin,etc,lib,sbin,usr,var}
    2323case $(uname -m) in
    2424  x86_64) mkdir -pv $LFS/lib64 ;;
Note: See TracChangeset for help on using the changeset viewer.