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 /chapter04 | |
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 'chapter04')
-rw-r--r-- | chapter04/chapter04.xml | 2 | ||||
-rw-r--r-- | chapter04/creatingtoolsdir.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chapter04/chapter04.xml b/chapter04/chapter04.xml index fe3cdbd74..3e44ce94f 100644 --- a/chapter04/chapter04.xml +++ b/chapter04/chapter04.xml @@ -5,7 +5,7 @@ %general-entities; ]> -<chapter id="chapter-final-preps" xreflabel="Chapter 4"> +<chapter id="chapter-final-preps" xreflabel="Chapter 4"> <?dbhtml dir="chapter04"?> <?dbhtml filename="chapter04.html"?> diff --git a/chapter04/creatingtoolsdir.xml b/chapter04/creatingtoolsdir.xml index 636b3e58b..6e79f92cf 100644 --- a/chapter04/creatingtoolsdir.xml +++ b/chapter04/creatingtoolsdir.xml @@ -41,7 +41,7 @@ <para>The created symlink enables the toolchain to be compiled so that it always refers to <filename class="directory">/tools</filename>, meaning - that the compiler, assembler, and linker will work both in Chapter 5 + that the compiler, assembler, and linker will work both in Chapter 5 (when we are still using some tools from the host) and in the next (when we are <quote>chrooted</quote> to the LFS partition).</para> |