Changeset bb8a2db
- Timestamp:
- Jul 14, 2006, 3:00:34 PM (18 years ago)
- Children:
- ddaac6e
- Parents:
- 97c6974
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/x86_64/grub-build.xml
r97c6974 rbb8a2db 30 30 href="../x86/grub-build.xml" 31 31 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'])"/> 32 40 33 41 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
final-system/x86_64/grub.xml
r97c6974 rbb8a2db 28 28 href="../x86/grub.xml" 29 29 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> 30 36 31 37 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
introduction/x86_64/changelog.xml
r97c6974 rbb8a2db 35 35 36 36 <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> 37 47 <para>July 4, 2006</para> 38 48 <itemizedlist> … … 42 52 </itemizedlist> 43 53 </listitem> 54 44 55 <listitem> 45 46 56 <para>December 09, 2005</para> 47 57 <itemizedlist> -
materials/x86_64/patches.xml
r97c6974 rbb8a2db 34 34 xpointer="xpointer(//*[@os='grub-fixes-patch'])"/> 35 35 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 36 45 <varlistentry os="perl-multilib-patch"> 37 46 <term>Perl Configure Multilib Patch - <token>&perl-multilib-patch-size;</token>:</term> -
patches.ent
r97c6974 rbb8a2db 281 281 <!ENTITY grub-fixes-patch-size "136 KB"> 282 282 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 283 287 <!ENTITY lilo-cross-x86_64-patch "lilo-&lilo-version;-cross_compile_x86_64-1.patch"> 284 288 <!ENTITY lilo-cross-x86_64-patch-md5 "00487cebd84e9958dddb3adf357babeb">
Note:
See TracChangeset
for help on using the changeset viewer.