Changeset 8f91415


Ignore:
Timestamp:
07/22/2006 03:59:52 AM (18 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Children:
5b00e79
Parents:
6130b41
Message:

Added GRUB disk geometry patch and appied existing bash patch to Chapter 5

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r6130b41 r8f91415  
    4040      <para>July 21, 2006</para>
    4141      <itemizedlist>
     42        <listitem>
     43          <para>[bdubbs] - Added the existing bash patch to Chapter 5
     44          to avoid potential custom scripting problems.</para>
     45        </listitem>
     46        <listitem>
     47          <para>[bdubbs] - Added grub-0.97-disk_geometry-1.patch.</para>
     48        </listitem>
    4249        <listitem>
    4350          <para>[bdubbs] - Updated to linux-2.6.16.27.  Added a note to use the
  • chapter05/bash.xml

    r6130b41 r8f91415  
    3838    <title>Installation of Bash</title>
    3939
     40    <para>Upstream developers have fixed several issues since the initial
     41    release of Bash-&bash-version;.  Apply those fixes:</para>
     42
     43<screen><userinput>patch -Np1 -i ../&bash-fixes-patch;</userinput></screen>
     44     
    4045    <para>Prepare Bash for compilation:</para>
    4146
  • chapter06/grub.xml

    r6130b41 r8f91415  
    4141    as <envar>CFLAGS</envar> and <envar>CXXFLAGS</envar>,
    4242    unset them when building GRUB.</para>
     43
     44    <para>Start by applying the following patch to allow for better drive
     45    detection, fix some <application>GCC 4.x</application> issues, and provide
     46    better SATA support for some disk controllers:</para>
     47
     48<screen><userinput>patch -Np1 -i ../&grub-geometry-patch;</userinput></screen>
    4349
    4450    <para>Prepare GRUB for compilation:</para>
  • patches.ent

    r6130b41 r8f91415  
    6262<!ENTITY groff-debian-patch-md5 "a47c281afdda457ba4033498f973400d">
    6363<!ENTITY groff-debian-patch-size "360 KB">
     64
     65<!ENTITY grub-geometry-patch "grub-&grub-version;-disk_geometry-1.patch">
     66<!ENTITY grub-geometry-patch-md5 "2d29c8ad60d548f2abfaec79ea8bc268">
     67<!ENTITY grub-geometry-patch-size "28 KB">
    6468
    6569
Note: See TracChangeset for help on using the changeset viewer.