Ignore:
Timestamp:
08/07/2020 07:06:58 AM (4 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib-10.1
Children:
e9a3e8f
Parents:
0ca76f9
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

    r0ca76f9 r9f715a8  
    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.