Author: bdubbs
Date: 2012-02-24 14:51:18 -0700 (Fri, 24 Feb 2012)
New Revision: 9514

Modified:
   trunk/BOOK/postlfs/filesystems/initramfs.xml
Log:
Fix typos in initramfs

Modified: trunk/BOOK/postlfs/filesystems/initramfs.xml
===================================================================
--- trunk/BOOK/postlfs/filesystems/initramfs.xml        2012-02-24 21:36:25 UTC 
(rev 9513)
+++ trunk/BOOK/postlfs/filesystems/initramfs.xml        2012-02-24 21:51:18 UTC 
(rev 9514)
@@ -24,7 +24,7 @@
   into memory and starts the kernel.  The kernel checks for the presence of the
   initramfs and, if found, mounts it as / and runs /init. The init program is
   typically a shell script.  Note that the boot process takes longer, possibly
-  sugnificantly longer, if an initramfs is used.</para>
+  significantly longer, if an initramfs is used.</para>
 
   <para>For most distributions, kernel modules are the biggest reason to have 
an
   initramfs.  In a general distribution, there are many unknowns such as file
@@ -133,7 +133,7 @@
     binfiles="$binfiles kmod"
   else
     binfiles="$binfiles lsmod"
-    sbinfiles="sbinfiles insmod"
+    sbinfiles="$sbinfiles insmod"
   fi
 fi
 

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

Reply via email to