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
This commit is contained in:
Bruce Dubbs 2017-12-31 16:56:07 +00:00
parent 0d84af1cbb
commit 25332b5e97
26 changed files with 76 additions and 44 deletions

View File

@ -42,6 +42,33 @@
<listitem revision="sysv"> or <listitem revision="systemd"> as
appropriate for the entry or if needed the entire day's listitem.
-->
<listitem>
<para>2018-01-01</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Add comments to the kernel section
to change the unwinder option. Fixes
<ulink url="&lfs-ticket-root;4186">#4186</ulink>.</para>
</listitem>
<listitem>
<para>[bdubbs] - Update to linux-4.14.10. Fixes
<ulink url="&lfs-ticket-root;4184">#4184</ulink>.</para>
</listitem>
<listitem>
<para>[bdubbs] - Update to coreutils-8.29. Fixes
<ulink url="&lfs-ticket-root;4189">#4189</ulink>.</para>
</listitem>
<listitem>
<para>[bdubbs] - Remove old footer from non-chunks book. Fixes
<ulink url="&lfs-ticket-root;4188">#4188</ulink>.</para>
</listitem>
<listitem>
<para>[bdubbs] - Make spacing between "Chapter" and digit non breaking. Fixes
<ulink url="&lfs-ticket-root;4187">#4187</ulink>.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>2017-12-26</para>
<itemizedlist>
@ -332,7 +359,7 @@
<para>2017-09-24</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Reorder packages in Chapter 6 so Python can use
<para>[bdubbs] - Reorder packages in Chapter&nbsp;6 so Python can use
gdbm.</para>
</listitem>
<listitem>

View File

@ -5,7 +5,7 @@
%general-entities;
]>
<chapter id="chapter-intro" xreflabel="Chapter 1">
<chapter id="chapter-intro" xreflabel="Chapter&nbsp;1">
<?dbhtml dir="chapter01"?>
<?dbhtml filename="chapter01.html"?>

View File

@ -20,7 +20,7 @@
</sect2>
<sect2 id="ch-intro-maillists" xreflabel="Chapter 1 - Mailing Lists">
<sect2 id="ch-intro-maillists" xreflabel="Chapter&nbsp;1 - Mailing Lists">
<title>Mailing Lists</title>
<para>The <uri>linuxfromscratch.org</uri> server hosts a number of mailing
@ -71,7 +71,7 @@
</sect2> -->
<sect2 id="ch-intro-mirrors" xreflabel="Chapter 1 - Mirror sites">
<sect2 id="ch-intro-mirrors" xreflabel="Chapter&nbsp;1 - Mirror sites">
<title>Mirror Sites</title>
<para>The LFS project has a number of world-wide mirrors to make accessing

View File

@ -5,7 +5,7 @@
%general-entities;
]>
<chapter id="chapter-partitioning" xreflabel="Chapter 2">
<chapter id="chapter-partitioning" xreflabel="Chapter&nbsp;2">
<?dbhtml dir="chapter02"?>
<?dbhtml filename="chapter02.html"?>

View File

@ -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&nbsp;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>

View File

@ -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&nbsp;6
at the recommendation of the developers. It is also required by
udev.</para>

View File

@ -18,7 +18,7 @@
different points.</para>
<sect2>
<title>Chapters 1-4</title>
<title>Chapters&nbsp;1&ndash;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&nbsp;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&nbsp;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&nbsp;5.</para>
</listitem>
<listitem>
@ -58,7 +58,7 @@
</sect2>
<sect2>
<title>Chapters 6-8</title>
<title>Chapters&nbsp;6&ndash;8</title>
<itemizedlist>
<listitem>

View File

@ -5,7 +5,7 @@
%general-entities;
]>
<chapter id="chapter-getting-materials" xreflabel="Chapter 3">
<chapter id="chapter-getting-materials" xreflabel="Chapter&nbsp;3">
<?dbhtml dir="chapter03"?>
<?dbhtml filename="chapter03.html"?>

View File

@ -5,7 +5,7 @@
%general-entities;
]>
<chapter id="chapter-final-preps" xreflabel="Chapter 4">
<chapter id="chapter-final-preps" xreflabel="Chapter&nbsp;4">
<?dbhtml dir="chapter04"?>
<?dbhtml filename="chapter04.html"?>

View File

@ -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&nbsp;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>

View File

@ -68,7 +68,7 @@ cd build</userinput></screen>
</note>
<note><para>The approximate build SBU values and required disk space
in Chapter 5 does not include test suite data.</para></note>
in Chapter&nbsp;5 does not include test suite data.</para></note>
<para>Now prepare Binutils for compilation:</para>

View File

@ -5,7 +5,7 @@
%general-entities;
]>
<chapter id="chapter-temporary-tools" xreflabel="Chapter 5">
<chapter id="chapter-temporary-tools" xreflabel="Chapter&nbsp;5">
<?dbhtml dir="chapter05"?>
<?dbhtml filename="chapter05.html"?>

View File

@ -93,7 +93,7 @@
<orderedlist numeration="loweralpha" spacing="compact">
<listitem>
<para>Using the <command>tar</command> program, extract the package
to be built. In Chapter 5, ensure you are the <emphasis>lfs</emphasis>
to be built. In Chapter&nbsp;5, ensure you are the <emphasis>lfs</emphasis>
user when extracting the package.</para>
</listitem>
<listitem>

View File

@ -5,7 +5,7 @@
%general-entities;
]>
<chapter id="chapter-building-system" xreflabel="Chapter 6">
<chapter id="chapter-building-system" xreflabel="Chapter&nbsp;6">
<?dbhtml dir="chapter06"?>
<?dbhtml filename="chapter06.html"?>

View File

@ -53,7 +53,7 @@
descriptions of these) that the package installs.</para>
<note><para>The SBU values and required disk space includes
test suite data for all applicable packages in Chapter 6.</para></note>
test suite data for all applicable packages in Chapter&nbsp;6.</para></note>
<sect2>
<title>About libraries</title>
@ -67,7 +67,7 @@
is not always obvious, the relevant programs (and the procedures needed to
do the linking) may not even be known.</para>
<para>In the procedures in Chapter 6, we remove or disable installation of
<para>In the procedures in Chapter&nbsp;6, we remove or disable installation of
most static libraries. Usually this is done by passing a
<option>--disable-static</option> option to <command>configure</command>.
In other cases, alternate means are needed. In a few cases, especially

View File

@ -84,7 +84,7 @@ rm testsuite/pgrep.test/pgrep.exp
make check</userinput></screen>
<para>One ps test may fail, but passes if the tests are rerun at
the end of Chapter 6.</para>
the end of Chapter&nbsp;6.</para>
<para>Install the package:</para>

View File

@ -5,7 +5,7 @@
%general-entities;
]>
<chapter id="chapter-bootscripts" xreflabel="Chapter 7">
<chapter id="chapter-bootscripts" xreflabel="Chapter&nbsp;7">
<?dbhtml dir="chapter07"?>
<?dbhtml filename="chapter07.html"?>

View File

@ -18,7 +18,7 @@
process must be organized to ensure the tasks are performed in the correct
order but, at the same time, be executed as fast as possible.</para>
<!-- <para>In the packages that were installed in Chapter 6, there were two
<!-- <para>In the packages that were installed in Chapter&nbsp;6, there were two
different boot systems installed. LFS provides the ability to easily
select which system the user wants to use and to compare and contrast the
two systems by actually running each system on the local computer. The

View File

@ -80,7 +80,7 @@ LC_ALL=&lt;locale name&gt; locale int_prefix</userinput></screen>
encoding used by the locale, the local currency, and the prefix to dial
before the telephone number in order to get into the country. If any of the
commands above fail with a message similar to the one shown below, this means
that your locale was either not installed in Chapter 6 or is not supported by
that your locale was either not installed in Chapter&nbsp;6 or is not supported by
the default installation of Glibc.</para>
<screen><computeroutput>locale: Cannot set LC_* to default locale: No such file or directory</computeroutput></screen>

View File

@ -103,7 +103,7 @@ LC_ALL=&lt;locale name&gt; locale int_prefix</userinput></screen>
encoding used by the locale, the local currency, and the prefix to dial
before the telephone number in order to get into the country. If any of the
commands above fail with a message similar to the one shown below, this means
that your locale was either not installed in Chapter 6 or is not supported by
that your locale was either not installed in Chapter&nbsp;6 or is not supported by
the default installation of Glibc.</para>
<screen><computeroutput>locale: Cannot set LC_* to default locale: No such file or directory</computeroutput></screen>

View File

@ -5,7 +5,7 @@
%general-entities;
]>
<chapter id="chapter-bootable" xreflabel="Chapter 8">
<chapter id="chapter-bootable" xreflabel="Chapter&nbsp;8">
<?dbhtml dir="chapter08"?>
<?dbhtml filename="chapter08.html"?>

View File

@ -72,14 +72,17 @@
configuration to a good state that takes your current system architecture
into account.</para>
<para>Be sure to enable or disable the following features or the system might
<para>Be sure to enable/disable/set the following features or the system might
not work correctly or boot at all:</para>
<screen role="nodump" revision="sysv">
Device Drivers ---&gt;
Generic Driver Options ---&gt;
[ ] Support for uevent helper [CONFIG_UEVENT_HELPER]
[*] Maintain a devtmpfs filesystem to mount at /dev [CONFIG_DEVTMPFS]</screen>
[*] Maintain a devtmpfs filesystem to mount at /dev [CONFIG_DEVTMPFS]
Kernel hacking ---&gt;
Choose kernel unwinder (Frame pointer unwinder) ---&gt; [CONFIG_UNWINDER_FRAME_POINTER]</screen>
<screen role="nodump" revision="systemd">
General setup -->
@ -105,8 +108,9 @@ File systems ---&gt;
&lt;*&gt; Kernel automounter version 4 support (also supports v3) [CONFIG_AUTOFS4_FS]
Pseudo filesystems ---&gt;
[*] Tmpfs POSIX Access Control Lists [CONFIG_TMPFS_POSIX_ACL]
[*] Tmpfs extended attributes [CONFIG_TMPFS_XATTR]</screen>
[*] Tmpfs extended attributes [CONFIG_TMPFS_XATTR]
Kernel hacking ---&gt;
Choose kernel unwinder (Frame pointer unwinder) ---&gt; [CONFIG_UNWINDER_FRAME_POINTER]</screen>
</note>
<note revision="systemd">

View File

@ -5,7 +5,7 @@
%general-entities;
]>
<chapter id="chapter-finalizing" xreflabel="Chapter 9">
<chapter id="chapter-finalizing" xreflabel="Chapter&nbsp;9">
<?dbhtml dir="chapter09"?>
<?dbhtml filename="chapter09.html"?>

View File

@ -1,15 +1,15 @@
<!ENTITY version "SVN-20171227">
<!ENTITY version "SVN-20180101">
<!ENTITY short-version "svn"> <!-- Used below in &blfs-book;
Change to x.y for release but not -rc releases -->
<!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" -->
<!ENTITY versiond "20171227-systemd">
<!ENTITY versiond "20180101-systemd">
<!ENTITY short-versiond "systemd">
<!ENTITY generic-versiond "systemd">
<!ENTITY releasedate "December 27, 2017">
<!ENTITY releasedate "January 1, 2018">
<!ENTITY copyrightdate "1999-2017"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY copyrightdate "1999-2018"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "8.2">
<!ENTITY lfs-root "http://www.linuxfromscratch.org/">

View File

@ -98,10 +98,10 @@
<!ENTITY check-ch5-du "11 MB">
<!ENTITY check-ch5-sbu "0.1 SBU">
<!ENTITY coreutils-version "8.28">
<!ENTITY coreutils-size "5,130 KB">
<!ENTITY coreutils-version "8.29">
<!ENTITY coreutils-size "5,163 KB">
<!ENTITY coreutils-url "&gnu;coreutils/coreutils-&coreutils-version;.tar.xz">
<!ENTITY coreutils-md5 "e7cb20d0572cc40d9f47ede6454406d1">
<!ENTITY coreutils-md5 "960cfe75a42c9907c71439f8eb436303">
<!ENTITY coreutils-home "&gnu-software;coreutils/">
<!ENTITY coreutils-ch5-du "136 MB">
<!ENTITY coreutils-ch5-sbu "0.6 SBU">
@ -408,12 +408,12 @@
<!ENTITY linux-major-version "4">
<!ENTITY linux-minor-version "14">
<!ENTITY linux-patch-version "8">
<!ENTITY linux-patch-version "10">
<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">i-->
<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
<!ENTITY linux-size "98,429 KB">
<!ENTITY linux-size "98,438 KB">
<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
<!ENTITY linux-md5 "0a2120cc58fe9ff0cbb7330dd1acb82e">
<!ENTITY linux-md5 "cfab8ee2ee4eb6600a1e7da33a2ff275">
<!ENTITY linux-home "http://www.kernel.org/">
<!-- measured for 4.8.3 / gcc-6.2.0 on x86_64 : minimum is
allnoconfig extended for a hopefully-bootable build on desktop machine,

View File

@ -134,11 +134,12 @@ $Date$
<!-- sect1info mode svn-keys:
Self-made template to process SVN keywords found in sect1info. -->
<xsl:template match="sect1info" mode="svn-keys">
<p class="updated">Last updated <!-- by
<!-- <p class="updated">Last updated --><!-- by
<xsl:apply-templates select="othername" mode="svn-keys"/> -->
on
<!-- on
<xsl:apply-templates select="date" mode="svn-keys"/>
</p>
comment out entire template for now. We do not use this. bdubbs 2017/12/30 -->
</xsl:template>
<!-- othername mode svn-keys: