Changeset 2325

Show
Ignore:
Timestamp:
08/09/06 16:05:03 (2 years ago)
Author:
chris@beaker67.com
Message:

Reversed GRUB patch order so that both patches will be successfully applied

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/BOOK/boot/x86_64/grub-build.xml

    r2128 r2325  
    2424 
    2525    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 
     26    href="../../final-system/x86_64/grub.xml" 
     27    xpointer="xpointer(//*[@os='p3'])"/> 
     28 
     29    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 
     30    href="../../final-system/x86_64/grub.xml" 
     31    xpointer="xpointer(//*[@os='p4'])"/> 
     32 
     33    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 
    2634    href="../x86/grub-build.xml" 
    2735    xpointer="xpointer(//*[@os='p1'])"/> 
     
    3038    href="../x86/grub-build.xml" 
    3139    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'])"/> 
    4040 
    4141    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 
  • trunk/BOOK/final-system/x86_64/grub.xml

    r2150 r2325  
    2121    <title>Installation of GRUB</title> 
    2222 
     23    <para os="p3">GRUB has an issue that can cause it to segfault when you 
     24    try to configure a drive to utilize GRUB on x86_64 machines. The following 
     25    patch fixes this problem:</para> 
     26 
     27<screen os="p4"><userinput>patch -Np1 -i ../&grub-use_mmap-patch;</userinput></screen> 
     28 
    2329    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 
    2430    href="../x86/grub.xml" 
     
    2834    href="../x86/grub.xml" 
    2935    xpointer="xpointer(//*[@os='p2'])"/> 
    30  
    31     <para os="p3">GRUB has an issue that can cause it to segfault when you 
    32     try to configure a drive to utilize GRUB on x86_64 machines. The following 
    33     patch fixes this problem:</para> 
    34  
    35 <screen os="p4"><userinput>patch -Np1 -i ../&grub-use_mmap-patch;</userinput></screen> 
    3636 
    3737    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 
  • trunk/BOOK/introduction/x86_64/changelog.xml

    r2305 r2325  
    3333 
    3434--> 
     35 
     36    <listitem> 
     37      <para>August 9, 2006</para> 
     38      <itemizedlist> 
     39        <listitem> 
     40          <para>[Chris] - Reversed order in which GRUB patches are applied 
     41          (fixes ticket #84).</para> 
     42        </listitem> 
     43      </itemizedlist> 
     44    </listitem> 
    3545 
    3646    <listitem>