Changeset 5c3dea3


Ignore:
Timestamp:
07/04/06 16:52:30 (7 years ago)
Author:
Jim Gifford <clfs@…>
Children:
b14a81bfd6c6ef2a7339a0d16c5fa3c0c683f816
Parents:
89fc4cc2fdba1319c3a34fe4bdb12e0864051a0f
git-author:
Jim Gifford <clfs@jg555.com>2006-07-04 16:52:30+00:00
git-committer:
Jim Gifford <clfs@jg555.com>2006-07-04 16:52:30+00:00
Message:

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

Files:
5 edited

Legend:

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

    r1e3f8a7 r5c3dea3  
    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 
  • introduction/common/changelog.xml

    r06860ee r5c3dea3  
    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> 
  • materials/x86/patches.xml

    r471de2f r5c3dea3  
    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> 
  • materials/x86_64/patches.xml

    r5b3e2377 r5c3dea3  
    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"> 
  • patches.ent

    r19ce3b0 r5c3dea3  
    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.