Changeset ff49ec2


Ignore:
Timestamp:
Jul 4, 2006, 9:52:30 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
26abb7a
Parents:
5a4020f
Message:

r4317@server: jim | 2006-07-04 09:52:10 -0700
Updated the Grub patch to fix various issues.

Location:
BOOK
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/x86/grub.xml

    r5a4020f rff49ec2  
    2727   the disk geometry correctly when used with Linux 2.6. This results
    2828   in the error message <literal>Error 24: Attempt to access block outside
    29    partition</literal>. The following patch fixes this issue:</para>
     29   partition</literal>. This patch also contains various fixes for raid
     30   controllers along with support for the new Intel Mac. Apply the
     31   following patch using the command below:</para>
    3032
    31 <screen os="p2"><userinput>patch -Np1 -i ../&grub-disk-patch;</userinput></screen>
     33<screen os="p2"><userinput>patch -Np1 -i ../&grub-fixes-patch;</userinput></screen>
    3234
    3335    <para os="a">This package is known to have issues when its default optimization
  • BOOK/introduction/common/changelog.xml

    r5a4020f rff49ec2  
    3838
    3939    <listitem>
     40      <para>July 4, 2006</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[jim] - Updated the Grub patch to fix various issues, see
     44          text of patch for more details.</para>
     45        </listitem>
     46      </itemizedlist>
     47    </listitem>
     48
     49    <listitem>
    4050      <para>July 2, 2006</para>
    4151      <itemizedlist>
  • BOOK/materials/x86/patches.xml

    r5a4020f rff49ec2  
    3131    </varlistentry>
    3232
    33     <varlistentry os="grub-disk-patch">
    34       <term>Grub Disk Geometry Fix - <token>&grub-disk-patch-size;</token>:</term>
     33    <varlistentry os="grub-fixes-patch">
     34      <term>Grub Various Fixes - <token>&grub-fixes-patch-size;</token>:</term>
    3535      <listitem>
    3636        <para>Download: <ulink
    37         url="&patches-root;&grub-disk-patch;"/></para>
    38         <para>MD5 sum: <literal>&grub-disk-patch-md5;</literal></para>
     37        url="&patches-root;&grub-fixes-patch;"/></para>
     38        <para>MD5 sum: <literal>&grub-fixes-patch-md5;</literal></para>
    3939      </listitem>
    4040    </varlistentry>
  • BOOK/materials/x86_64/patches.xml

    r5a4020f rff49ec2  
    3232    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    3333    href="../x86/patches.xml"
    34     xpointer="xpointer(//*[@os='grub-disk-patch'])"/>
     34    xpointer="xpointer(//*[@os='grub-fixes-patch'])"/>
    3535
    3636    <varlistentry os="perl-multilib-patch">
  • BOOK/patches.ent

    r5a4020f rff49ec2  
    273273<!ENTITY coreutils-x86_uname-patch-size "4.5 KB">
    274274
    275 <!ENTITY grub-disk-patch "grub-&grub-version;-disk_geometry-1.patch">
    276 <!ENTITY grub-disk-patch-md5 "2d29c8ad60d548f2abfaec79ea8bc268">
    277 <!ENTITY grub-disk-patch-size "28 KB">
     275<!ENTITY grub-fixes-patch "grub-&grub-version;-fixes-1.patch">
     276<!ENTITY grub-fixes-patch-md5 "6f095b98bde1db8d5b1a7ceef96ca351">
     277<!ENTITY grub-fixes-patch-size "136 KB">
    278278
    279279<!ENTITY lilo-cross-x86_64-patch "lilo-&lilo-version;-cross_compile_x86_64-1.patch">
Note: See TracChangeset for help on using the changeset viewer.