[Clfs-commits] commit: r4382 - in /trunk/BOOK: boot/x86/grub-build.xml boot/x86_64-64/lilo.xml boot/x86_64/grub-build.xml final-system/x86/grub.xml final-system/x86_64-64/lilo.xml final-system/x86_64/grub.xml introduction/common/changelog.xml

svn at cross-lfs.org svn at cross-lfs.org
Wed Jan 7 20:25:10 PST 2009


Author: jim
Date: Thu Jan  8 04:25:10 2009
New Revision: 4382

Log:
Added link to alternative bootloaders

Modified:
    trunk/BOOK/boot/x86/grub-build.xml
    trunk/BOOK/boot/x86_64-64/lilo.xml
    trunk/BOOK/boot/x86_64/grub-build.xml
    trunk/BOOK/final-system/x86/grub.xml
    trunk/BOOK/final-system/x86_64-64/lilo.xml
    trunk/BOOK/final-system/x86_64/grub.xml
    trunk/BOOK/introduction/common/changelog.xml

Modified: trunk/BOOK/boot/x86/grub-build.xml
==============================================================================
--- trunk/BOOK/boot/x86/grub-build.xml (original)
+++ trunk/BOOK/boot/x86/grub-build.xml Thu Jan  8 04:25:10 2009
@@ -21,6 +21,10 @@
 
   <sect2 role="installation">
     <title>Installation of GRUB</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../../final-system/x86/grub.xml"
+    xpointer="xpointer(//*[@os='n1'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../../final-system/x86/grub.xml"

Modified: trunk/BOOK/boot/x86_64-64/lilo.xml
==============================================================================
--- trunk/BOOK/boot/x86_64-64/lilo.xml (original)
+++ trunk/BOOK/boot/x86_64-64/lilo.xml Thu Jan  8 04:25:10 2009
@@ -14,6 +14,10 @@
     <primary sortas="a-Lilo">Lilo</primary>
     <secondary>configuring</secondary>
   </indexterm>
+
+     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+     href="../../final-system/x86/grub.xml"
+     xpointer="xpointer(//*[@os='n1'])"/>
 
   <para os="a">You are nearly ready to boot to the new temporary system.
   One of the last things to do is to ensure that the system can be booted.

Modified: trunk/BOOK/boot/x86_64/grub-build.xml
==============================================================================
--- trunk/BOOK/boot/x86_64/grub-build.xml (original)
+++ trunk/BOOK/boot/x86_64/grub-build.xml Thu Jan  8 04:25:10 2009
@@ -21,6 +21,10 @@
 
   <sect2 role="installation">
     <title>Installation of GRUB</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../x86/grub-build.xml"
+    xpointer="xpointer(//*[@os='n1'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../../final-system/x86_64/grub.xml"

Modified: trunk/BOOK/final-system/x86/grub.xml
==============================================================================
--- trunk/BOOK/final-system/x86/grub.xml (original)
+++ trunk/BOOK/final-system/x86/grub.xml Thu Jan  8 04:25:10 2009
@@ -22,6 +22,13 @@
 
   <sect2 role="installation">
     <title>Installation of GRUB</title>
+
+    <note os="n1">
+      <para>If you would like use a different bootloader than this
+      one you can go to the following link for alterative bootloaders
+      and the instructions to use them. 
+      <ulink url="http://trac.cross-lfs.org/wiki/bootloaders"/></para>
+    </note>
 
     <para os="p1">GRUB has an issue where it sometimes doesn't detect
     the disk geometry correctly when used with Linux 2.6, resulting

Modified: trunk/BOOK/final-system/x86_64-64/lilo.xml
==============================================================================
--- trunk/BOOK/final-system/x86_64-64/lilo.xml (original)
+++ trunk/BOOK/final-system/x86_64-64/lilo.xml Thu Jan  8 04:25:10 2009
@@ -25,9 +25,12 @@
 
   </sect2>
 
-
   <sect2 role="installation">
     <title>Installation of Lilo</title>
+
+     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+     href="../../final-system/x86/grub.xml"
+     xpointer="xpointer(//*[@os='n1'])"/>
 
     <para os="c">Compile the package:</para>
 

Modified: trunk/BOOK/final-system/x86_64/grub.xml
==============================================================================
--- trunk/BOOK/final-system/x86_64/grub.xml (original)
+++ trunk/BOOK/final-system/x86_64/grub.xml Thu Jan  8 04:25:10 2009
@@ -19,6 +19,10 @@
 
   <sect2 role="installation">
     <title>Installation of GRUB</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../x86/grub.xml"
+    xpointer="xpointer(//*[@os='n1'])"/>
 
     <para os="ap3">GRUB has an issue that can cause it to segfault when you
     try to configure a drive to utilize GRUB on x86_64 machines. The following

Modified: trunk/BOOK/introduction/common/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/common/changelog.xml (original)
+++ trunk/BOOK/introduction/common/changelog.xml Thu Jan  8 04:25:10 2009
@@ -64,6 +64,9 @@
         </listitem>
         <listitem>
           <para>[Jim] - Updated Udev to 136.</para>
+        </listitem>
+        <listitem>
+          <para>[Jim] - Added Note about alternative bootloaders to x86.</para>
         </listitem>
       </itemizedlist>
     </listitem>




More information about the Clfs-commits mailing list