[Clfs-commits] commit: r4964 - in /trunk/BOOK/boot/x86_64-64: lilo-build.xml lilo.xml

svn at cross-lfs.org svn at cross-lfs.org
Tue Jun 2 00:55:00 PDT 2009


Author: chris at beaker67.com
Date: Tue Jun  2 07:55:00 2009
New Revision: 4964

Log:
More text updates

Modified:
    trunk/BOOK/boot/x86_64-64/lilo-build.xml
    trunk/BOOK/boot/x86_64-64/lilo.xml

Modified: trunk/BOOK/boot/x86_64-64/lilo-build.xml
==============================================================================
--- trunk/BOOK/boot/x86_64-64/lilo-build.xml (original)
+++ trunk/BOOK/boot/x86_64-64/lilo-build.xml Tue Jun  2 07:55:00 2009
@@ -23,15 +23,15 @@
     <title>Installation of Lilo</title>
 
     <para os="a">The following patch forces Lilo to use our cross-compiler
-      (except for a couple of utilities which run during the compile),
-      and to look for as86 and ld86 under the names by which we installed
-      them.</para>
+    (except for a couple of utilities which run during the compile),
+    and to look for <command>as86</command> and <command>ld86</command>
+    under the names by which we installed them.</para>
 
 <screen os="b"><userinput>patch -Np1 -i ../&lilo-cross-x86_64-patch;</userinput></screen>
 
     <para os="c">Compile the program which installs the loader, linking
-      it statically so that it does not have to link to host libraries
-      when it runs:</para> 
+    it statically so that it does not have to link to host libraries
+    when it runs:</para> 
 
 <screen os="d"><userinput>make lilo.static</userinput></screen>
 

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 Tue Jun  2 07:55:00 2009
@@ -40,9 +40,9 @@
   <para os="d">Earlier, we compiled and installed the Lilo boot loader software
   in preparation for this step. The procedure involves writing a boot image to
   a specific location on the hard drive. If you have a floppy disk drive, or
-  if you have installed a cd recording program, we highly recommend using
-  mkrescue to create a Lilo boot floppy, or CD (using e.g. dvdrecord from
-  dvdrtools) as a test and as a backup.</para>
+  if you have installed a CD recording program, we highly recommend using
+  <command>mkrescue</command> to create a Lilo boot floppy, or CD (using e.g.
+  <command>dvdrecord</command> from dvdrtools) as a test and as a backup.</para>
 
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
   href="../../bootable/x86_64-64/lilo.xml"




More information about the Clfs-commits mailing list