Changeset ca9712f for BOOK/final-system


Ignore:
Timestamp:
Jul 8, 2008, 4:50:46 PM (16 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
bfa7128
Parents:
3f79d3c
Message:

Add the 256-byte innode patch to grub.

Location:
BOOK/final-system
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/x86/grub.xml

    r3f79d3c rca9712f  
    2424    <title>Installation of GRUB</title>
    2525
    26    <para os="p1">GRUB has an issue where it sometimes doesn't detect
    27    the disk geometry correctly when used with Linux 2.6, resulting
    28    in the error message <literal>Error 24: Attempt to access block outside
    29    partition</literal>. The following patch contains a fix for this issue
    30    as well as various fixes for raid controllers and support for the
    31    new Intel Mac:</para>
     26    <para os="p1">GRUB has an issue where it sometimes doesn't detect
     27    the disk geometry correctly when used with Linux 2.6, resulting
     28    in the error message <literal>Error 24: Attempt to access block outside
     29    partition</literal>. The following patch contains a fix for this issue
     30    as well as various fixes for raid controllers and support for the
     31    new Intel Mac:</para>
    3232
    3333<screen os="p2"><userinput>patch -Np1 -i ../&grub-fixes-patch;</userinput></screen>
     34
     35    <para os="p3">By default, GRUB doesn't support ext2 filesystems with 256-byte inodes. Fix this by applying the following patch:</para>
     36
     37<screen os="p4"><userinput>patch -Np1 -i ../&grub-256byte_inode-patch;</userinput></screen>
    3438
    3539    <para os="a">This package is known to have issues when its default optimization
  • BOOK/final-system/x86_64/grub.xml

    r3f79d3c rca9712f  
    2121    <title>Installation of GRUB</title>
    2222
    23     <para os="p3">GRUB has an issue that can cause it to segfault when you
     23    <para os="ap3">GRUB has an issue that can cause it to segfault when you
    2424    try to configure a drive to utilize GRUB on x86_64 machines. The following
    2525    patch fixes this problem:</para>
    2626
    27 <screen os="p4"><userinput>patch -Np1 -i ../&grub-use_mmap-patch;</userinput></screen>
     27<screen os="ap4"><userinput>patch -Np1 -i ../&grub-use_mmap-patch;</userinput></screen>
    2828
    2929    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    3434    href="../x86/grub.xml"
    3535    xpointer="xpointer(//*[@os='p2'])"/>
     36
     37    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     38    href="../x86/grub.xml"
     39    xpointer="xpointer(//*[@os='p3'])"/>
     40
     41    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     42    href="../x86/grub.xml"
     43    xpointer="xpointer(//*[@os='p4'])"/>
    3644
    3745    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.