Changeset bb8a2db


Ignore:
Timestamp:
Jul 14, 2006, 3:00:34 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
ddaac6e
Parents:
97c6974
Message:

r4603@server: jim | 2006-07-14 15:00:09 -0700
Added Grub use mmap patch to x86_64.

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • boot/x86_64/grub-build.xml

    r97c6974 rbb8a2db  
    3030    href="../x86/grub-build.xml"
    3131    xpointer="xpointer(//*[@os='p2'])"/>
     32
     33    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     34    href="../../final-system/x86_64/grub.xml"
     35    xpointer="xpointer(//*[@os='p3'])"/>
     36
     37    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     38    href="../../final-system/x86_64/grub.xml"
     39    xpointer="xpointer(//*[@os='p4'])"/>
    3240
    3341    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • final-system/x86_64/grub.xml

    r97c6974 rbb8a2db  
    2828    href="../x86/grub.xml"
    2929    xpointer="xpointer(//*[@os='p2'])"/>
     30
     31   <para os="p3">The follow patch will fix an issue that exists
     32   with grub on x86_64 machines, that causes grub to segfault when you
     33   try to configure a drive to utilize grub:</para>
     34
     35<screen os="p4"><userinput>patch -Np1 -i ../&grub-use_mmap-patch;</userinput></screen>
    3036
    3137    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • introduction/x86_64/changelog.xml

    r97c6974 rbb8a2db  
    3535
    3636    <listitem>
     37      <para>July 14, 2006</para>
     38      <itemizedlist>
     39        <listitem>
     40          <para>[jim] - Added Grub use mmap patch to x86_64.</para>
     41        </listitem>
     42      </itemizedlist>
     43    </listitem>
     44    <listitem>
     45
     46    <listitem>
    3747      <para>July 4, 2006</para>
    3848      <itemizedlist>
     
    4252      </itemizedlist>
    4353    </listitem>
     54
    4455    <listitem>
    45 
    4656      <para>December 09, 2005</para>
    4757      <itemizedlist>
  • materials/x86_64/patches.xml

    r97c6974 rbb8a2db  
    3434    xpointer="xpointer(//*[@os='grub-fixes-patch'])"/>
    3535
     36    <varlistentry os="grub-use_mmap-patch">
     37      <term>Grub Use MMAP Patch - <token>&grub-use_mmap-patch-size;</token>:</term>
     38      <listitem>
     39        <para>Download: <ulink
     40        url="&patches-root;&grub-use_mmap-patch;"/></para>
     41        <para>MD5 sum: <literal>&grub-use_mmap-patch-md5;</literal></para>
     42      </listitem>
     43    </varlistentry>
     44
    3645    <varlistentry os="perl-multilib-patch">
    3746      <term>Perl Configure Multilib Patch - <token>&perl-multilib-patch-size;</token>:</term>
  • patches.ent

    r97c6974 rbb8a2db  
    281281<!ENTITY grub-fixes-patch-size "136 KB">
    282282
     283<!ENTITY grub-use_mmap-patch "grub-&grub-version;-use_mmap-1.patch">
     284<!ENTITY grub-use_mmap-patch-md5 "d4467ed0b13e87900ffb564879e1f2e4">
     285<!ENTITY grub-use_mmap-patch-size "4 KB">
     286
    283287<!ENTITY lilo-cross-x86_64-patch "lilo-&lilo-version;-cross_compile_x86_64-1.patch">
    284288<!ENTITY lilo-cross-x86_64-patch-md5 "00487cebd84e9958dddb3adf357babeb">
Note: See TracChangeset for help on using the changeset viewer.