Changeset bbde0c5c
- Timestamp:
- Jul 18, 2006, 9:43:20 AM (18 years ago)
- Children:
- 6ca89c4
- Parents:
- b136f39
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
bootable/mips/colo.xml
rb136f39 rbbde0c5c 49 49 are more examples of a <filename>default.colo</filename> file.</para> 50 50 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 52 d 53 be symlinked to <filename class="symlink">/etc/{Bootloader Name}</filename>. 54 To satisfy this requirement for Colo, issue the following command:</para> 54 55 55 56 <screen os="f"><userinput>mkdir -v /etc/colo && -
bootable/x86/grub.xml
rb136f39 rbbde0c5c 131 131 website at: <ulink url="http://www.gnu.org/software/grub/"/>.</para> 132 132 133 <para os="v">The FHS stipulates that Bootloader's configuration file should133 <para os="v">The FHS stipulates that the bootloader's configuration file should 134 134 be symlinked to <filename class="symlink">/etc/{Bootloader Name}</filename>. 135 135 To satisfy this requirement for GRUB, issue the following command:</para> -
final-system/x86/grub.xml
rb136f39 rbbde0c5c 25 25 26 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 . This results27 the disk geometry correctly when used with Linux 2.6, resulting 28 28 in the error message <literal>Error 24: Attempt to access block outside 29 partition</literal>. Th is patch also contains various fixes for raid30 controllers along with support for the new Intel Mac. Applythe31 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> 32 32 33 33 <screen os="p2"><userinput>patch -Np1 -i ../&grub-fixes-patch;</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.