diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-12-31 16:56:07 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-12-31 16:56:07 +0000 |
commit | 25332b5e9793e0c440d7f219b9652f810442545b (patch) | |
tree | 8323606ad2ef5b06e2e3cf6bfb5bf58570d43b10 /chapter02 | |
parent | 0d84af1cbb0dc825db3e965d5126e5b08f878067 (diff) |
Add comments to the kernel section to change the unwinder option.
Update to linux-4.14.10.
Update to coreutils-8.29.
Remove old footer from non-chunks book.
Make spacing between "Chapter" and digit non breaking.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11344 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter02')
-rw-r--r-- | chapter02/chapter02.xml | 2 | ||||
-rw-r--r-- | chapter02/creatingfilesystem.xml | 2 | ||||
-rw-r--r-- | chapter02/hostreqs.xml | 2 | ||||
-rw-r--r-- | chapter02/stages.xml | 10 |
4 files changed, 8 insertions, 8 deletions
diff --git a/chapter02/chapter02.xml b/chapter02/chapter02.xml index 39ed9ce59..c228ef2d8 100644 --- a/chapter02/chapter02.xml +++ b/chapter02/chapter02.xml @@ -5,7 +5,7 @@ %general-entities; ]> -<chapter id="chapter-partitioning" xreflabel="Chapter 2"> +<chapter id="chapter-partitioning" xreflabel="Chapter 2"> <?dbhtml dir="chapter02"?> <?dbhtml filename="chapter02.html"?> diff --git a/chapter02/creatingfilesystem.xml b/chapter02/creatingfilesystem.xml index 22a094728..ebdd79c5c 100644 --- a/chapter02/creatingfilesystem.xml +++ b/chapter02/creatingfilesystem.xml @@ -60,7 +60,7 @@ <note> <para>Some host distributions use custom features in their filesystem creation tools (E2fsprogs). This can cause problems when booting into your new - LFS in Chapter 9, as those features will not be supported by the LFS-installed + LFS in Chapter 9, as those features will not be supported by the LFS-installed E2fsprogs; you will get an error similar to <quote>unsupported filesystem features, upgrade your e2fsprogs</quote>. To check if your host system uses custom enhancements, run the following command:</para> diff --git a/chapter02/hostreqs.xml b/chapter02/hostreqs.xml index 2848876d8..821789837 100644 --- a/chapter02/hostreqs.xml +++ b/chapter02/hostreqs.xml @@ -94,7 +94,7 @@ <para><emphasis role="strong">Linux Kernel-&min-kernel;</emphasis></para> <para>The reason for the kernel version requirement is that we specify - that version when building <application>glibc</application> in Chapter 6 + that version when building <application>glibc</application> in Chapter 6 at the recommendation of the developers. It is also required by udev.</para> diff --git a/chapter02/stages.xml b/chapter02/stages.xml index fd5792f7c..7d04e6ca5 100644 --- a/chapter02/stages.xml +++ b/chapter02/stages.xml @@ -18,7 +18,7 @@ different points.</para> <sect2> - <title>Chapters 1-4</title> + <title>Chapters 1–4</title> <para>These chapters are accomplished on the host system. When restarting, be careful of the following:</para> @@ -33,7 +33,7 @@ </sect2> <sect2> - <title>Chapter 5</title> + <title>Chapter 5</title> <itemizedlist> <listitem> @@ -41,10 +41,10 @@ </listitem> <listitem> - <para><emphasis>ALL</emphasis> instructions in Chapter 5 + <para><emphasis>ALL</emphasis> instructions in Chapter 5 must be done by user <emphasis>lfs</emphasis>. A <command>su - lfs</command> needs to be done before any - task in Chapter 5.</para> + task in Chapter 5.</para> </listitem> <listitem> @@ -58,7 +58,7 @@ </sect2> <sect2> - <title>Chapters 6-8</title> + <title>Chapters 6–8</title> <itemizedlist> <listitem> |