Changeset 8514

Show
Ignore:
Timestamp:
04/03/08 10:44:21 (6 months ago)
Author:
jhuntwork
Message:

Added patch for 256-byte inode support in GRUB. Fixes #2161.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/BOOK/chapter01/changelog.xml

    r8510 r8514  
    4747          <para>[jhuntwork] - Upgraded to iana-etc-2.30. Fixes #2174.</para> 
    4848        </listitem> 
     49        <listitem> 
     50          <para>[jhuntwork] - Added patch for 256-byte inode support in GRUB. 
     51          Fixes #2161.</para> 
     52        </listitem> 
    4953      </itemizedlist> 
    5054    </listitem> 
  • trunk/BOOK/chapter01/whatsnew.xml

    r8510 r8514  
    226226 
    227227    <listitem> 
     228      <para>&grub-inode-patch;</para> 
     229    </listitem> 
     230 
     231    <listitem> 
    228232      <para>&module-init-manpages-patch;</para> 
    229233    </listitem> 
  • trunk/BOOK/chapter03/patches.xml

    r8505 r8514  
    124124 
    125125    <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> 
    126134      <term>Inetutils No-Server-Man-Pages Patch - <token>&inetutils-man_pages-patch-size;</token>:</term> 
    127135      <listitem> 
  • trunk/BOOK/chapter06/grub.xml

    r8389 r8514  
    5353 
    5454<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> 
    5560 
    5661    <para>Prepare GRUB for compilation:</para> 
  • trunk/BOOK/patches.ent

    r8512 r8514  
    5757<!ENTITY groff-debian-patch-size "379 KB"> 
    5858 
     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 
    5963<!ENTITY grub-geometry-patch "grub-&grub-version;-disk_geometry-1.patch"> 
    6064<!ENTITY grub-geometry-patch-md5 "bf1594e82940e25d089feca74c6f1879">