Changeset 755683d
- Timestamp:
- May 28, 2006, 10:58:19 PM (18 years ago)
- Children:
- 8a82331
- Parents:
- 8ec471e1
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/x86/grub-build.xml
r8ec471e1 r755683d 22 22 <sect2 role="installation"> 23 23 <title>Installation of GRUB</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 26 href="../../final-system/x86/grub.xml" 27 xpointer="xpointer(//*[@os='p1'])"/> 28 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 30 href="../../final-system/x86/grub.xml" 31 xpointer="xpointer(//*[@os='p2'])"/> 24 32 25 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
final-system/x86/grub.xml
r8ec471e1 r755683d 23 23 <sect2 role="installation"> 24 24 <title>Installation of GRUB</title> 25 26 <para os="p1">Sometimes grub under Linux 2.6 doesn't detect the disk geometry correctly, 27 which will result in an error message. The error message is 28 Error 24: Attempt to access block outside partition. The following patch fixes this issue:</para> 29 30 <screen os="p2"><userinput>patch -Np1 -i ../&grub-disk-patch;</userinput></screen> 25 31 26 32 <para os="a">This package is known to have issues when its default optimization -
general.ent
r8ec471e1 r755683d 1 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 2 3 <!ENTITY version "SVN-2006052 5">3 <!ENTITY version "SVN-20060528"> 4 4 <!ENTITY version-x86 "&version;-x86"> 5 5 <!ENTITY version-x86_64 "&version;-x86_64-Multilib"> … … 16 16 <!ENTITY version-alpha "&version;-ALPHA"> 17 17 18 <!ENTITY releasedate "May 2 5, 2006">18 <!ENTITY releasedate "May 28, 2006"> 19 19 <!ENTITY milestone "0.1"> 20 20 <!ENTITY generic-version "svn"> <!-- Use "svn", "testing", or "x.y[-pre{x}]" --> -
introduction/common/changelog.xml
r8ec471e1 r755683d 38 38 39 39 <listitem> 40 <para>May 28, 2006</para> 41 <itemizedlist> 42 <listitem> 43 <para>[jim] - Added a patch to Grub to prevent. 44 Error 24: Attempt to access block outside partition.</para> 45 </listitem> 46 </itemizedlist> 47 </listitem> 48 49 <listitem> 40 50 <para>May 25, 2006</para> 41 51 <itemizedlist> -
materials/x86/patches.xml
r8ec471e1 r755683d 31 31 </varlistentry> 32 32 33 <varlistentry os="grub-disk-patch"> 34 <term>Grub Disk Geometry Fix - <token>&grub-disk-patch-size;</token>:</term> 35 <listitem> 36 <para>Download: <ulink 37 url="&patches-root;grub/&grub-disk-patch;"/></para> 38 <para>MD5 sum: <literal>&grub-disk-patch-md5;</literal></para> 39 </listitem> 40 </varlistentry> 41 33 42 </variablelist> 34 43 -
patches.ent
r8ec471e1 r755683d 247 247 <!ENTITY coreutils-x86_uname-patch-size "4.5 KB"> 248 248 249 <!ENTITY grub-disk-patch "grub-&grub-version;-disk_geometry-1.patch"> 250 <!ENTITY grub-disk-patch-md5 "2d29c8ad60d548f2abfaec79ea8bc268"> 251 <!ENTITY grub-disk-patch-size "28 KB"> 252 249 253 <!ENTITY lilo-cross-x86_64-patch "lilo-&lilo-version;-cross_compile_x86_64-1.patch"> 250 254 <!ENTITY lilo-cross-x86_64-patch-md5 "00487cebd84e9958dddb3adf357babeb">
Note:
See TracChangeset
for help on using the changeset viewer.