Changeset ba82c18 for chapter04


Ignore:
Timestamp:
08/04/2020 08:14:32 PM (4 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
06ec824
Parents:
17ca548
Message:

Update to gettext-0.21.
Update to binutils-2.35.
Update to gcc-10.2.0.
Update to check-0.15.1.
Update to bison-3.7.1.
Update to util-linux 2.36.0.
Update to libcap-2.42.
Update to linux-5.7.12.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12007 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter04/creatingminlayout.xml

    r17ca548 rba82c18  
    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.