aboutsummaryrefslogtreecommitdiffstats
path: root/chapter04
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2020-08-04 20:14:32 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2020-08-04 20:14:32 +0000
commitba82c18266bee10819e8a3cc2e8db8aaac6e1ff3 (patch)
treef34442fc9441fa966c7a56b7ca8e9d33c4a90e54 /chapter04
parent17ca5488d27f8e05df3740ba4018082e70adb223 (diff)
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
Diffstat (limited to 'chapter04')
-rw-r--r--chapter04/creatingminlayout.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter04/creatingminlayout.xml b/chapter04/creatingminlayout.xml
index 731d21c54..b0f9260d5 100644
--- a/chapter04/creatingminlayout.xml
+++ b/chapter04/creatingminlayout.xml
@@ -8,9 +8,9 @@
<sect1 id="ch-tools-creatingminlayout">
<?dbhtml filename="creatingminlayout.html"?>
- <title>Creating the Minimal directory layout in LFS filesystem</title>
+ <title>Creating a limited directory layout in LFS filesystem</title>
- <para>The first task performed in the LFS partition is to create a minimal
+ <para>The first task performed in the LFS partition is to create a limited
directory hierarchy so that programs compiled in <xref
linkend="chapter-temporary-tools"/> may be installed in their final
location. This is needed so that those temporary programs be overwritten
@@ -19,7 +19,7 @@
<para>Create the required directory layout by running the following as
<systemitem class="username">root</systemitem>:</para>
-<screen><userinput>mkdir -pv $LFS/{usr,lib,var,etc,bin,sbin}
+<screen><userinput>mkdir -pv $LFS/{bin,etc,lib,sbin,usr,var}
case $(uname -m) in
x86_64) mkdir -pv $LFS/lib64 ;;
esac</userinput></screen>