Author: bdubbs
Date: 2006-07-21 21:59:52 -0600 (Fri, 21 Jul 2006)
New Revision: 7694

Modified:
   branches/6.2/BOOK/chapter01/changelog.xml
   branches/6.2/BOOK/chapter05/bash.xml
   branches/6.2/BOOK/chapter06/grub.xml
   branches/6.2/BOOK/patches.ent
Log:
Added GRUB disk geometry patch and appied existing bash patch to Chapter 5

Modified: branches/6.2/BOOK/chapter01/changelog.xml
===================================================================
--- branches/6.2/BOOK/chapter01/changelog.xml   2006-07-22 03:32:50 UTC (rev 
7693)
+++ branches/6.2/BOOK/chapter01/changelog.xml   2006-07-22 03:59:52 UTC (rev 
7694)
@@ -40,6 +40,13 @@
       <para>July 21, 2006</para>
       <itemizedlist>
         <listitem>
+          <para>[bdubbs] - Added the existing bash patch to Chapter 5
+          to avoid potential custom scripting problems.</para>
+        </listitem>
+        <listitem>
+          <para>[bdubbs] - Added grub-0.97-disk_geometry-1.patch.</para>
+        </listitem>
+        <listitem>
           <para>[bdubbs] - Updated to linux-2.6.16.27.  Added a note to use the
           latest kernel version available in the 2.6.16 series.</para>
         </listitem>

Modified: branches/6.2/BOOK/chapter05/bash.xml
===================================================================
--- branches/6.2/BOOK/chapter05/bash.xml        2006-07-22 03:32:50 UTC (rev 
7693)
+++ branches/6.2/BOOK/chapter05/bash.xml        2006-07-22 03:59:52 UTC (rev 
7694)
@@ -37,6 +37,11 @@
   <sect2 role="installation">
     <title>Installation of Bash</title>
 
+    <para>Upstream developers have fixed several issues since the initial
+    release of Bash-&bash-version;.  Apply those fixes:</para>
+
+<screen><userinput>patch -Np1 -i ../&bash-fixes-patch;</userinput></screen>
+     
     <para>Prepare Bash for compilation:</para>
 
 <screen><userinput>./configure --prefix=/tools 
--without-bash-malloc</userinput></screen>

Modified: branches/6.2/BOOK/chapter06/grub.xml
===================================================================
--- branches/6.2/BOOK/chapter06/grub.xml        2006-07-22 03:32:50 UTC (rev 
7693)
+++ branches/6.2/BOOK/chapter06/grub.xml        2006-07-22 03:59:52 UTC (rev 
7694)
@@ -41,6 +41,12 @@
     as <envar>CFLAGS</envar> and <envar>CXXFLAGS</envar>,
     unset them when building GRUB.</para>
 
+    <para>Start by applying the following patch to allow for better drive
+    detection, fix some <application>GCC 4.x</application> issues, and provide
+    better SATA support for some disk controllers:</para>
+
+<screen><userinput>patch -Np1 -i ../&grub-geometry-patch;</userinput></screen>
+
     <para>Prepare GRUB for compilation:</para>
 
 <screen><userinput>./configure --prefix=/usr</userinput></screen>

Modified: branches/6.2/BOOK/patches.ent
===================================================================
--- branches/6.2/BOOK/patches.ent       2006-07-22 03:32:50 UTC (rev 7693)
+++ branches/6.2/BOOK/patches.ent       2006-07-22 03:59:52 UTC (rev 7694)
@@ -62,7 +62,11 @@
 <!ENTITY groff-debian-patch-md5 "a47c281afdda457ba4033498f973400d">
 <!ENTITY groff-debian-patch-size "360 KB">
 
+<!ENTITY grub-geometry-patch "grub-&grub-version;-disk_geometry-1.patch">
+<!ENTITY grub-geometry-patch-md5 "2d29c8ad60d548f2abfaec79ea8bc268">
+<!ENTITY grub-geometry-patch-size "28 KB">
 
+
 <!ENTITY gzip-security_fix-patch "gzip-&gzip-version;-security_fixes-1.patch">
 <!ENTITY gzip-security_fix-patch-md5 "f107844f01fc49446654ae4a8f8a0728">
 <!ENTITY gzip-security_fix-patch-size "2 KB">

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to