Changeset 5c3dea3
- Timestamp:
- Jul 4, 2006, 9:52:30 AM (18 years ago)
- Children:
- b14a81b
- Parents:
- 89fc4cc
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
final-system/x86/grub.xml
r89fc4cc r5c3dea3 27 27 the disk geometry correctly when used with Linux 2.6. This results 28 28 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> 30 32 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> 32 34 33 35 <para os="a">This package is known to have issues when its default optimization -
introduction/common/changelog.xml
r89fc4cc r5c3dea3 38 38 39 39 <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> 40 50 <para>July 2, 2006</para> 41 51 <itemizedlist> -
materials/x86/patches.xml
r89fc4cc r5c3dea3 31 31 </varlistentry> 32 32 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> 35 35 <listitem> 36 36 <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> 39 39 </listitem> 40 40 </varlistentry> -
materials/x86_64/patches.xml
r89fc4cc r5c3dea3 32 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 33 33 href="../x86/patches.xml" 34 xpointer="xpointer(//*[@os='grub- disk-patch'])"/>34 xpointer="xpointer(//*[@os='grub-fixes-patch'])"/> 35 35 36 36 <varlistentry os="perl-multilib-patch"> -
patches.ent
r89fc4cc r5c3dea3 273 273 <!ENTITY coreutils-x86_uname-patch-size "4.5 KB"> 274 274 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 "28KB">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"> 278 278 279 279 <!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.