aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml20
-rw-r--r--chapter06/gcc.xml8
-rw-r--r--chapter08/kernel.xml30
-rw-r--r--general.ent4
-rw-r--r--packages.ent4
5 files changed, 39 insertions, 27 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index f938cb2e8..e2beaae81 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -36,6 +36,26 @@
</listitem>
-->
<listitem>
+ <para>2014-05-15</para>
+ <itemizedlist>
+ <listitem>
+ <para>[bdubbs] - Clarify kernel configuration settings.</para>
+ </listitem>
+ <listitem>
+ <para>[bdubbs] - Fix gcc LTO symlink for i686 systems.</para>
+ </listitem>
+ <listitem>
+ <para>[bdubbs] - Fix kbd-2.0.tar.gz md5sum. Fixes
+ <ulink url="&lfs-ticket-root;3581">#3581</ulink></para>
+ </listitem>
+ <listitem>
+ <para>[bdubbs] - Fix procps-ng url. Fixes
+ <ulink url="&lfs-ticket-root;3580">#3580</ulink></para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2014-05-12</para>
<itemizedlist>
<listitem>
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml
index c1434e7e3..9ab97ea22 100644
--- a/chapter06/gcc.xml
+++ b/chapter06/gcc.xml
@@ -155,7 +155,13 @@ cd ../gcc-build</userinput></screen>
<screen><userinput remap="install">install -dm755 /usr/lib/bfd-plugins
pushd /usr/lib/bfd-plugins
-ln -sfv ../../libexec/gcc/x86_64-unknown-linux-gnu/&gcc-version;/liblto_plugin.so
+
+if [ $(uname -m) == "i686" ]; then
+ ln -sfv ../../libexec/gcc/i686-pc-linux-gnu/&gcc-version;/liblto_plugin.so
+else
+ ln -sfv ../../libexec/gcc/x86_64-unknown-linux-gnu/&gcc-version;/liblto_plugin.so
+fi
+
popd</userinput></screen>
<para>Now that our final toolchain is in place, it is important to again ensure
diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml
index 930e5a007..c5715f377 100644
--- a/chapter08/kernel.xml
+++ b/chapter08/kernel.xml
@@ -76,10 +76,14 @@
Device Drivers ---&gt;
Generic Driver Options ---&gt;
() path to uevent helper
- [*] Maintain a devtmpfs filesystem to mount at /dev
-File systems ---&gt;
- [*] Inotify support for userspace
- &lt;*&gt; Kernel automounter version 4 support (also supports v3)</screen></note>
+ [*] Maintain a devtmpfs filesystem to mount at /dev</screen></note>
+
+ <para>There are several other options that may be desired depending
+ on teh requirements for the system. For a list of options needed
+ for BLFS packages, see the <ulink
+ url="&lfs-root;blfs/view/&short-version;/longindex.html#kernel-config-index">BLFS
+ Index of Kernel Settings</ulink>
+ (&lfs-root;blfs/view/&short-version;/longindex.html#kernel-config-index).</para>
<variablelist>
<title>The rationale for the above configuration items:</title>
@@ -102,24 +106,6 @@ File systems ---&gt;
</listitem>
</varlistentry>
- <varlistentry>
- <term><parameter>Inotify support</parameter></term>
- <listitem>
- <para>This allows monitoring of both files and directories via a single
- open file descriptor.</para>
- </listitem>
- </varlistentry>
-
- <varlistentry>
- <term><parameter>Kernel automounter version 4 support</parameter></term>
- <listitem>
- <para>This allows Desktop
- Environments to automatically mount usb sticks and similar, this is
- needed to work around a bug with network filesystems which are to be
- mounted on boot.</para>
- </listitem>
- </varlistentry>
-
</variablelist>
<screen role="nodump"><userinput>make LANG=<replaceable>&lt;host_LANG_value&gt;</replaceable> LC_ALL= menuconfig</userinput></screen>
diff --git a/general.ent b/general.ent
index 7c4afa17f..c993c5bb7 100644
--- a/general.ent
+++ b/general.ent
@@ -1,6 +1,6 @@
-<!ENTITY version "SVN-20140511">
+<!ENTITY version "SVN-20140515">
<!ENTITY short-version "svn"> <!-- Used in dbus chapter, change to x.y for release -->
-<!ENTITY releasedate "May 11, 2014">
+<!ENTITY releasedate "May 15, 2014">
<!ENTITY copyrightdate "1999-2014"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "8.0">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
diff --git a/packages.ent b/packages.ent
index 34ff58dd8..ade924a32 100644
--- a/packages.ent
+++ b/packages.ent
@@ -349,7 +349,7 @@
<!ENTITY kbd-version "2.0.1">
<!ENTITY kbd-size "1,962 KB">
<!ENTITY kbd-url "https://www.kernel.org/pub/linux/utils/kbd/kbd-&kbd-version;.tar.gz">
-<!ENTITY kbd-md5 "cc0ee9f2537d8636cae85a8c6541ed2e">
+<!ENTITY kbd-md5 "e9f2b7046312c11cec9e52e22f307b6a">
<!ENTITY kbd-home "http://ftp.altlinux.org/pub/people/legion/kbd">
<!ENTITY kbd-ch6-du "20 MB">
<!ENTITY kbd-ch6-sbu "0.1 SBU">
@@ -521,7 +521,7 @@
<!ENTITY procps-ng-version "3.3.9">
<!ENTITY procps-ng-size "548 KB">
-<!ENTITY procps-ng-url "http://sourceforge.net/procps-ng/files/Production/procps-ng-&procps-ng-version;.tar.xz">
+<!ENTITY procps-ng-url "http://sourceforge.net/projects/procps-ng/files/Production/procps-ng-&procps-ng-version;.tar.xz">
<!ENTITY procps-ng-md5 "0980646fa25e0be58f7afb6b98f79d74">
<!ENTITY procps-ng-home "http://sourceforge.net/projects/procps-ng">
<!ENTITY procps-ng-ch6-du "13 MB">