Fix typos in initramfs

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9514 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Bruce Dubbs 2012-02-24 21:51:18 +00:00
parent dad72194e3
commit 64cb61ad96

View File

@ -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 @@ if [ -n "$KERNEL_VERSION" ] ; then
binfiles="$binfiles kmod"
else
binfiles="$binfiles lsmod"
sbinfiles="sbinfiles insmod"
sbinfiles="$sbinfiles insmod"
fi
fi