Changeset bbde0c5c


Ignore:
Timestamp:
Jul 18, 2006, 9:43:20 AM (18 years ago)
Author:
Chris Staub <chris@…>
Children:
6ca89c4
Parents:
b136f39
Message:

Text updates

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • bootable/mips/colo.xml

    rb136f39 rbbde0c5c  
    4949  are more examples of a <filename>default.colo</filename> file.</para>
    5050
    51   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    52   href="../x86/grub.xml"
    53   xpointer="xpointer(//*[@os='v'])"/>
     51  <para os="v">The FHS stipulates that the bootloader's configuration file shoul
     52d
     53  be symlinked to <filename class="symlink">/etc/{Bootloader Name}</filename>.
     54  To satisfy this requirement for Colo, issue the following command:</para>
    5455
    5556<screen os="f"><userinput>mkdir -v /etc/colo &amp;&amp;
  • bootable/x86/grub.xml

    rb136f39 rbbde0c5c  
    131131  website at: <ulink url="http://www.gnu.org/software/grub/"/>.</para>
    132132
    133   <para os="v">The FHS stipulates that Bootloader's configuration file should
     133  <para os="v">The FHS stipulates that the bootloader's configuration file should
    134134  be symlinked to <filename class="symlink">/etc/{Bootloader Name}</filename>.
    135135  To satisfy this requirement for GRUB, issue the following command:</para>
  • final-system/x86/grub.xml

    rb136f39 rbbde0c5c  
    2525
    2626   <para os="p1">GRUB has an issue where it sometimes doesn't detect
    27    the disk geometry correctly when used with Linux 2.6. This results
     27   the disk geometry correctly when used with Linux 2.6, resulting
    2828   in the error message <literal>Error 24: Attempt to access block outside
    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>
     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>
Note: See TracChangeset for help on using the changeset viewer.