Author: bdubbs
Date: 2010-01-12 00:53:59 -0700 (Tue, 12 Jan 2010)
New Revision: 9148

Modified:
   trunk/BOOK/chapter06/grub.xml
   trunk/BOOK/chapter08/grub.xml
Log:
Typos

Modified: trunk/BOOK/chapter06/grub.xml
===================================================================
--- trunk/BOOK/chapter06/grub.xml       2010-01-09 09:13:04 UTC (rev 9147)
+++ trunk/BOOK/chapter06/grub.xml       2010-01-12 07:53:59 UTC (rev 9148)
@@ -52,7 +52,7 @@
              --disable-efiemu</userinput></screen>
 
     <para>Using a separate build directory keeps the 2400 generated 
-    files out of the main directory and is recommeded by the developers.
+    files out of the main directory and is recommended by the developers.
     The --disable switches just minimize what is built by disabling
     features and testing programs not really needed for LFS.</para>
 

Modified: trunk/BOOK/chapter08/grub.xml
===================================================================
--- trunk/BOOK/chapter08/grub.xml       2010-01-09 09:13:04 UTC (rev 9147)
+++ trunk/BOOK/chapter08/grub.xml       2010-01-12 07:53:59 UTC (rev 9148)
@@ -85,7 +85,7 @@
 
 <screen role="nodump"><userinput>grub-install --grub-setup=/bin/true 
/dev/sda</userinput></screen>
 
-    <para>We use --grub-setup=/bin/true for now to prevent update the 
+    <para>We use --grub-setup=/bin/true for now to prevent updating
     Master Boot Record (MBR).  In this way, we can test our installation 
     before committing to a change that is hard to revert.</para>
 
@@ -148,7 +148,7 @@
 </computeroutput></screen>
 
   <para>Note that even though there is a warning not to edit the file, you can
-  do so as long as you do not re-reun <command>grub-mkconfig</command>.  The
+  do so as long as you do not re-run <command>grub-mkconfig</command>.  The
   <emphasis>search</emphasis> lines are not meaningful for LFS systems as that
   command needs an initrd image for processing. If installing on a separate
   partition the linux and initrd lines will not have the /boot on the file
@@ -214,7 +214,7 @@
    instruction is not found in grub.cfg.  This is the partition that is
    searched for the kernel and other supporting files.  It is different from
    the 'root=' parameter on the 'linux' line in the configuration line.  The
-   later is the partition the kernel mounts as '/'.  In the example grub.cfg
+   latter is the partition the kernel mounts as '/'.  In the example grub.cfg
    above, both values point to /dev/sda2, but if there is a separate boot
    partition, they will be different.</para></note>
 

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to