Changeset 8514
- Timestamp:
- 04/03/08 10:44:21 (6 months ago)
- Files:
-
- trunk/BOOK/chapter01/changelog.xml (modified) (1 diff)
- trunk/BOOK/chapter01/whatsnew.xml (modified) (1 diff)
- trunk/BOOK/chapter03/patches.xml (modified) (1 diff)
- trunk/BOOK/chapter06/grub.xml (modified) (1 diff)
- trunk/BOOK/patches.ent (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/BOOK/chapter01/changelog.xml
r8510 r8514 47 47 <para>[jhuntwork] - Upgraded to iana-etc-2.30. Fixes #2174.</para> 48 48 </listitem> 49 <listitem> 50 <para>[jhuntwork] - Added patch for 256-byte inode support in GRUB. 51 Fixes #2161.</para> 52 </listitem> 49 53 </itemizedlist> 50 54 </listitem> trunk/BOOK/chapter01/whatsnew.xml
r8510 r8514 226 226 227 227 <listitem> 228 <para>&grub-inode-patch;</para> 229 </listitem> 230 231 <listitem> 228 232 <para>&module-init-manpages-patch;</para> 229 233 </listitem> trunk/BOOK/chapter03/patches.xml
r8505 r8514 124 124 125 125 <varlistentry> 126 <term>GRUB 256-Byte Inodes Patch - <token>&grub-inode-patch-size;</token>:</term> 127 <listitem> 128 <para>Download: <ulink url="&patches-root;&grub-inode-patch;"/></para> 129 <para>MD5 sum: <literal>&grub-inode-patch-md5;</literal></para> 130 </listitem> 131 </varlistentry> 132 133 <varlistentry> 126 134 <term>Inetutils No-Server-Man-Pages Patch - <token>&inetutils-man_pages-patch-size;</token>:</term> 127 135 <listitem> trunk/BOOK/chapter06/grub.xml
r8389 r8514 53 53 54 54 <screen><userinput remap="pre">patch -Np1 -i ../&grub-geometry-patch;</userinput></screen> 55 56 <para>By default, GRUB doesn't support ext2 filesystems with 256-byte inodes. 57 Fix this by applying the following patch:</para> 58 59 <screen><userinput remap="pre">patch -Np1 -i ../&grub-inode-patch;</userinput></screen> 55 60 56 61 <para>Prepare GRUB for compilation:</para> trunk/BOOK/patches.ent
r8512 r8514 57 57 <!ENTITY groff-debian-patch-size "379 KB"> 58 58 59 <!ENTITY grub-inode-patch "grub-&grub-version;-256byte_inode-1.patch"> 60 <!ENTITY grub-inode-patch-md5 "2482bef9c1866b4045767a56268ba673"> 61 <!ENTITY grub-inode-patch-size "4.8 KB"> 62 59 63 <!ENTITY grub-geometry-patch "grub-&grub-version;-disk_geometry-1.patch"> 60 64 <!ENTITY grub-geometry-patch-md5 "bf1594e82940e25d089feca74c6f1879">
