瀏覽代碼

Clarify kernel configuration settings.
Fix gcc LTO symlink for i686 systems.
Fix kbd-2.0.1.tar.gz md5sum.
Fix procps-ng url.



git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10565 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Bruce Dubbs 11 年之前
父節點
當前提交
d13c6db727
共有 5 個文件被更改,包括 39 次插入27 次删除
  1. 20 0
      chapter01/changelog.xml
  2. 7 1
      chapter06/gcc.xml
  3. 8 22
      chapter08/kernel.xml
  4. 2 2
      general.ent
  5. 2 2
      packages.ent

+ 20 - 0
chapter01/changelog.xml

@@ -35,6 +35,26 @@
       </itemizedlist>
     </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>

+ 7 - 1
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

+ 8 - 22
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>

+ 2 - 2
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}]" -->

+ 2 - 2
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">